Interface MTLCommandBufferEncoderInfo


  • public interface MTLCommandBufferEncoderInfo
    Provides execution status information for a Metal command encoder.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      NSArray<java.lang.String> debugSignposts()
      The debug signposts inserted into the associated Metal command encoder.
      long errorState()
      The error state of the associated Metal command encoder.
      java.lang.String label()
      The debug label given to the associated Metal command encoder at command buffer submission.
    • Method Detail

      • debugSignposts

        NSArray<java.lang.String> debugSignposts()
        The debug signposts inserted into the associated Metal command encoder.
      • errorState

        long errorState()
        The error state of the associated Metal command encoder.
      • label

        java.lang.String label()
        The debug label given to the associated Metal command encoder at command buffer submission.