Package org.robovm.apple.metal
Class MTLDrawIndexedPrimitivesIndirectArguments
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.rt.bro.Struct<MTLDrawIndexedPrimitivesIndirectArguments>
org.robovm.apple.metal.MTLDrawIndexedPrimitivesIndirectArguments
- All Implemented Interfaces:
Iterable<MTLDrawIndexedPrimitivesIndirectArguments>
public class MTLDrawIndexedPrimitivesIndirectArguments extends Struct<MTLDrawIndexedPrimitivesIndirectArguments>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMTLDrawIndexedPrimitivesIndirectArguments.MTLDrawIndexedPrimitivesIndirectArgumentsPtrNested classes/interfaces inherited from class org.robovm.rt.bro.Struct
Struct.Marshaler -
Constructor Summary
Constructors Constructor Description MTLDrawIndexedPrimitivesIndirectArguments()MTLDrawIndexedPrimitivesIndirectArguments(int indexCount, int instanceCount, int indexStart, int baseVertex, int baseInstance) -
Method Summary
Modifier and Type Method Description intgetBaseInstance()intgetBaseVertex()intgetIndexCount()intgetIndexStart()intgetInstanceCount()MTLDrawIndexedPrimitivesIndirectArgumentssetBaseInstance(int baseInstance)MTLDrawIndexedPrimitivesIndirectArgumentssetBaseVertex(int baseVertex)MTLDrawIndexedPrimitivesIndirectArgumentssetIndexCount(int indexCount)MTLDrawIndexedPrimitivesIndirectArgumentssetIndexStart(int indexStart)MTLDrawIndexedPrimitivesIndirectArgumentssetInstanceCount(int instanceCount)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
-
MTLDrawIndexedPrimitivesIndirectArguments
public MTLDrawIndexedPrimitivesIndirectArguments() -
MTLDrawIndexedPrimitivesIndirectArguments
public MTLDrawIndexedPrimitivesIndirectArguments(int indexCount, int instanceCount, int indexStart, int baseVertex, int baseInstance)
-
-
Method Details
-
getIndexCount
public int getIndexCount() -
setIndexCount
-
getInstanceCount
public int getInstanceCount() -
setInstanceCount
-
getIndexStart
public int getIndexStart() -
setIndexStart
-
getBaseVertex
public int getBaseVertex() -
setBaseVertex
-
getBaseInstance
public int getBaseInstance() -
setBaseInstance
-