Class MTLCommandQueue

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol

public final class MTLCommandQueue
extends NSObject
implements NSObjectProtocol
  • Constructor Details

    • MTLCommandQueue

      public MTLCommandQueue()
  • Method Details

    • getLabel

      public String getLabel()
    • setLabel

      public void setLabel​(String v)
    • getDevice

      public MTLDevice getDevice()
    • getCommandBuffer

      public MTLCommandBuffer getCommandBuffer()
    • commandBuffer

      public MTLCommandBuffer commandBuffer​(MTLCommandBufferDescriptor descriptor)
      Since:
      Available in iOS 14.0 and later.
    • getCommandBufferWithUnretainedReferences

      public MTLCommandBuffer getCommandBufferWithUnretainedReferences()
    • insertDebugCaptureBoundary

      @Deprecated public void insertDebugCaptureBoundary()
      Deprecated.
      Deprecated in iOS 11.0. Use MTLCaptureScope instead