Package org.robovm.apple.metal
Class MTLSize
- java.lang.Object
-
- org.robovm.rt.bro.NativeObject
-
- org.robovm.rt.bro.Struct<MTLSize>
-
- org.robovm.apple.metal.MTLSize
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MTLSize.MTLSizePtr
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getDepth()
long
getHeight()
long
getWidth()
MTLSize
setDepth(long depth)
MTLSize
setHeight(long height)
MTLSize
setWidth(long width)
-
Methods inherited from class org.robovm.rt.bro.Struct
_sizeOf, allocate, allocate, as, clear, clear, copy, copy, copyWithMalloc, copyWithMalloc, free, iterator, iterator, malloc, malloc, next, next, offsetOf, previous, previous, sizeOf, sizeOf, toArray, toList, toStruct, update, update, update, wrap
-
-