Package org.robovm.apple.metal
Class MTLDrawPatchIndirectArguments
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.rt.bro.Struct<MTLDrawPatchIndirectArguments>
org.robovm.apple.metal.MTLDrawPatchIndirectArguments
- All Implemented Interfaces:
Iterable<MTLDrawPatchIndirectArguments>
public class MTLDrawPatchIndirectArguments extends Struct<MTLDrawPatchIndirectArguments>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMTLDrawPatchIndirectArguments.MTLDrawPatchIndirectArgumentsPtrNested classes/interfaces inherited from class org.robovm.rt.bro.Struct
Struct.Marshaler -
Constructor Summary
Constructors Constructor Description MTLDrawPatchIndirectArguments()MTLDrawPatchIndirectArguments(int patchCount, int instanceCount, int patchStart, int baseInstance) -
Method Summary
Modifier and Type Method Description intgetBaseInstance()intgetInstanceCount()intgetPatchCount()intgetPatchStart()MTLDrawPatchIndirectArgumentssetBaseInstance(int baseInstance)MTLDrawPatchIndirectArgumentssetInstanceCount(int instanceCount)MTLDrawPatchIndirectArgumentssetPatchCount(int patchCount)MTLDrawPatchIndirectArgumentssetPatchStart(int patchStart)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
-
MTLDrawPatchIndirectArguments
public MTLDrawPatchIndirectArguments() -
MTLDrawPatchIndirectArguments
public MTLDrawPatchIndirectArguments(int patchCount, int instanceCount, int patchStart, int baseInstance)
-
-
Method Details
-
getPatchCount
public int getPatchCount() -
setPatchCount
-
getInstanceCount
public int getInstanceCount() -
setInstanceCount
-
getPatchStart
public int getPatchStart() -
setPatchStart
-
getBaseInstance
public int getBaseInstance() -
setBaseInstance
-