Uses of Interface
org.robovm.apple.metal.MTLIndirectCommandBuffer
| Package | Description |
|---|---|
| org.robovm.apple.metal |
-
Uses of MTLIndirectCommandBuffer in org.robovm.apple.metal
Classes in org.robovm.apple.metal that implement MTLIndirectCommandBuffer Modifier and Type Class Description classMTLIndirectCommandBufferAdapterMethods in org.robovm.apple.metal that return MTLIndirectCommandBuffer Modifier and Type Method Description MTLIndirectCommandBufferMTLDevice. newIndirectCommand(MTLIndirectCommandBufferDescriptor descriptor, long maxCount, MTLResourceOptions options)Methods in org.robovm.apple.metal with parameters of type MTLIndirectCommandBuffer Modifier and Type Method Description voidMTLBlitCommandEncoder. copyIndirectCommandBuffer(MTLIndirectCommandBuffer source, NSRange sourceRange, MTLIndirectCommandBuffer destination, long destinationIndex)voidMTLComputeCommandEncoder. executeCommandsInBuffer(MTLIndirectCommandBuffer indirectCommandBuffer, NSRange executionRange)voidMTLComputeCommandEncoder. executeCommandsInBuffer(MTLIndirectCommandBuffer indirectCommandbuffer, MTLBuffer indirectRangeBuffer, long indirectBufferOffset)voidMTLRenderCommandEncoder. executeCommandsInBuffer(MTLIndirectCommandBuffer indirectCommandBuffer, NSRange executionRange)voidMTLRenderCommandEncoder. executeCommandsInBuffer(MTLIndirectCommandBuffer indirectCommandbuffer, MTLBuffer indirectRangeBuffer, long indirectBufferOffset)voidMTLBlitCommandEncoder. optimizeIndirectCommandBuffer(MTLIndirectCommandBuffer indirectCommandBuffer, NSRange range)voidMTLBlitCommandEncoder. resetCommandsInBuffer(MTLIndirectCommandBuffer buffer, NSRange range)voidMTLArgumentEncoder. setIndirectCommandBuffer(MTLIndirectCommandBuffer indirectCommandBuffer, long index)voidMTLArgumentEncoderAdapter. setIndirectCommandBuffer(MTLIndirectCommandBuffer indirectCommandBuffer, long index)voidMTLArgumentEncoder. setIndirectCommandBuffers(MTLIndirectCommandBuffer buffers, NSRange range)voidMTLArgumentEncoderAdapter. setIndirectCommandBuffers(MTLIndirectCommandBuffer buffers, NSRange range)