Package org.robovm.apple.metalps
Class MPSCustomKernelArgumentCount
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.rt.bro.Struct<MPSCustomKernelArgumentCount>
org.robovm.apple.metalps.MPSCustomKernelArgumentCount
- All Implemented Interfaces:
Iterable<MPSCustomKernelArgumentCount>
public class MPSCustomKernelArgumentCount extends Struct<MPSCustomKernelArgumentCount>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMPSCustomKernelArgumentCount.MPSCustomKernelArgumentCountPtrNested classes/interfaces inherited from class org.robovm.rt.bro.Struct
Struct.Marshaler -
Constructor Summary
Constructors Constructor Description MPSCustomKernelArgumentCount()MPSCustomKernelArgumentCount(long destinationTextureCount, long sourceTextureCount, long broadcastTextureCount) -
Method Summary
Modifier and Type Method Description longgetBroadcastTextureCount()longgetDestinationTextureCount()longgetSourceTextureCount()MPSCustomKernelArgumentCountsetBroadcastTextureCount(long broadcastTextureCount)MPSCustomKernelArgumentCountsetDestinationTextureCount(long destinationTextureCount)MPSCustomKernelArgumentCountsetSourceTextureCount(long sourceTextureCount)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
-
MPSCustomKernelArgumentCount
public MPSCustomKernelArgumentCount() -
MPSCustomKernelArgumentCount
public MPSCustomKernelArgumentCount(long destinationTextureCount, long sourceTextureCount, long broadcastTextureCount)
-
-
Method Details
-
getDestinationTextureCount
public long getDestinationTextureCount() -
setDestinationTextureCount
-
getSourceTextureCount
public long getSourceTextureCount() -
setSourceTextureCount
-
getBroadcastTextureCount
public long getBroadcastTextureCount() -
setBroadcastTextureCount
-