Package org.robovm.apple.metal
Interface MTLIndirectCommandBuffer
- All Superinterfaces:
MTLResource,NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
MTLIndirectCommandBufferAdapter
public interface MTLIndirectCommandBuffer extends MTLResource
- Since:
- Available in iOS 12.0 and later.
-
Method Summary
Modifier and Type Method Description longgetSize()MTLIndirectComputeCommandindirectComputeCommandAtIndex(long commandIndex)MTLIndirectRenderCommandindirectRenderCommandAtIndex(long commandIndex)voidreset(NSRange range)Methods inherited from interface org.robovm.apple.metal.MTLResource
getAllocatedSize, getCpuCacheMode, getDevice, getHazardTrackingMode, getHeap, getHeapOffset, getLabel, getResourceOptions, getStorageMode, isAliasable, makeAliasable, setLabel, setPurgeableState
-
Method Details
-
getSize
long getSize() -
reset
-
indirectRenderCommandAtIndex
-
indirectComputeCommandAtIndex
- Since:
- Available in iOS 13.0 and later.
-