Interface MTLCommandEncoder

All Superinterfaces:
NSObjectProtocol, ObjCProtocol
All Known Subinterfaces:
MTLAccelerationStructureCommandEncoder, MTLResourceStateCommandEncoder
All Known Implementing Classes:
MTLAccelerationStructureCommandEncoderAdapter, MTLBlitCommandEncoder, MTLCommandEncoderAdapter, MTLComputeCommandEncoder, MTLParallelRenderCommandEncoder, MTLRenderCommandEncoder, MTLResourceStateCommandEncoderAdapter

public interface MTLCommandEncoder
extends NSObjectProtocol
  • Method Details

    • getDevice

      MTLDevice getDevice()
    • getLabel

      String getLabel()
    • setLabel

      void setLabel​(String v)
    • endEncoding

      void endEncoding()
    • insertDebugSignpost

      void insertDebugSignpost​(String string)
    • pushDebugGroup

      void pushDebugGroup​(String string)
    • popDebugGroup

      void popDebugGroup()