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.MTLSamplePositionPtr -
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, wrap
-
Constructor Details
-
MTLSamplePosition
public MTLSamplePosition() -
MTLSamplePosition
public MTLSamplePosition(float x, float y)
-
-
Method Details