Package apple.metal.protocol
Interface MTLIndirectCommandBuffer
-
- All Superinterfaces:
MTLResource
public interface MTLIndirectCommandBuffer extends MTLResource
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MTLIndirectComputeCommandindirectComputeCommandAtIndex(long commandIndex)MTLIndirectRenderCommandindirectRenderCommandAtIndex(long commandIndex)voidresetWithRange(NSRange range)longsize()-
Methods inherited from interface apple.metal.protocol.MTLResource
allocatedSize, cpuCacheMode, device, hazardTrackingMode, heap, heapOffset, isAliasable, label, makeAliasable, resourceOptions, setLabel, setPurgeableState, storageMode
-
-
-
-
Method Detail
-
indirectComputeCommandAtIndex
MTLIndirectComputeCommand indirectComputeCommandAtIndex(long commandIndex)
-
indirectRenderCommandAtIndex
MTLIndirectRenderCommand indirectRenderCommandAtIndex(long commandIndex)
-
resetWithRange
void resetWithRange(NSRange range)
-
size
long size()
-
-