Package org.robovm.apple.metal
Class MTLStageInRegionIndirectArguments
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.rt.bro.Struct<MTLStageInRegionIndirectArguments>
org.robovm.apple.metal.MTLStageInRegionIndirectArguments
- All Implemented Interfaces:
Iterable<MTLStageInRegionIndirectArguments>
public class MTLStageInRegionIndirectArguments extends Struct<MTLStageInRegionIndirectArguments>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMTLStageInRegionIndirectArguments.MTLStageInRegionIndirectArgumentsPtrNested classes/interfaces inherited from class org.robovm.rt.bro.Struct
Struct.Marshaler -
Constructor Summary
Constructors Constructor Description MTLStageInRegionIndirectArguments()MTLStageInRegionIndirectArguments(IntBuffer stageInOrigin, IntBuffer stageInSize) -
Method Summary
Modifier and Type Method Description IntBuffergetStageInOrigin()IntBuffergetStageInSize()MTLStageInRegionIndirectArgumentssetStageInOrigin(IntBuffer stageInOrigin)MTLStageInRegionIndirectArgumentssetStageInSize(IntBuffer stageInSize)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
-
MTLStageInRegionIndirectArguments
public MTLStageInRegionIndirectArguments() -
MTLStageInRegionIndirectArguments
-
-
Method Details
-
getStageInOrigin
-
setStageInOrigin
-
getStageInSize
-
setStageInSize
-