Package org.robovm.apple.metal
Class MTLSamplePosition
- All Implemented Interfaces:
Iterable<MTLSamplePosition>
public class MTLSamplePosition extends Struct<MTLSamplePosition>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMTLSamplePosition.MTLSamplePositionPtrNested classes/interfaces inherited from class org.robovm.rt.bro.Struct
Struct.Marshaler -
Constructor Summary
Constructors Constructor Description MTLSamplePosition()MTLSamplePosition(float x, float y) -
Method Summary
Modifier and Type Method Description floatgetX()floatgetY()MTLSamplePositionsetX(float x)MTLSamplePositionsetY(float y)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, wrapMethods inherited from class org.robovm.rt.bro.NativeObject
equals, getHandle, hashCode, setHandle
-
Constructor Details
-
MTLSamplePosition
public MTLSamplePosition() -
MTLSamplePosition
public MTLSamplePosition(float x, float y)
-
-
Method Details
-
getX
public float getX() -
setX
-
getY
public float getY() -
setY
-