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 Details

    • getSize

      long getSize()
    • reset

      void reset​(NSRange range)
    • indirectRenderCommandAtIndex

      MTLIndirectRenderCommand indirectRenderCommandAtIndex​(long commandIndex)
    • indirectComputeCommandAtIndex

      MTLIndirectComputeCommand indirectComputeCommandAtIndex​(long commandIndex)
      Since:
      Available in iOS 13.0 and later.