Package org.robovm.apple.metal
Class MTLDrawPrimitivesIndirectArguments
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.rt.bro.Struct<MTLDrawPrimitivesIndirectArguments>
org.robovm.apple.metal.MTLDrawPrimitivesIndirectArguments
- All Implemented Interfaces:
Iterable<MTLDrawPrimitivesIndirectArguments>
public class MTLDrawPrimitivesIndirectArguments extends Struct<MTLDrawPrimitivesIndirectArguments>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMTLDrawPrimitivesIndirectArguments.MTLDrawPrimitivesIndirectArgumentsPtrNested classes/interfaces inherited from class org.robovm.rt.bro.Struct
Struct.Marshaler -
Constructor Summary
Constructors Constructor Description MTLDrawPrimitivesIndirectArguments()MTLDrawPrimitivesIndirectArguments(int vertexCount, int instanceCount, int vertexStart, int baseInstance) -
Method Summary
Modifier and Type Method Description intgetBaseInstance()intgetInstanceCount()intgetVertexCount()intgetVertexStart()MTLDrawPrimitivesIndirectArgumentssetBaseInstance(int baseInstance)MTLDrawPrimitivesIndirectArgumentssetInstanceCount(int instanceCount)MTLDrawPrimitivesIndirectArgumentssetVertexCount(int vertexCount)MTLDrawPrimitivesIndirectArgumentssetVertexStart(int vertexStart)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
-
MTLDrawPrimitivesIndirectArguments
public MTLDrawPrimitivesIndirectArguments() -
MTLDrawPrimitivesIndirectArguments
public MTLDrawPrimitivesIndirectArguments(int vertexCount, int instanceCount, int vertexStart, int baseInstance)
-
-
Method Details
-
getVertexCount
public int getVertexCount() -
setVertexCount
-
getInstanceCount
public int getInstanceCount() -
setInstanceCount
-
getVertexStart
public int getVertexStart() -
setVertexStart
-
getBaseInstance
public int getBaseInstance() -
setBaseInstance
-