Class MTLCommandBufferErrorOption


  • public final class MTLCommandBufferErrorOption
    extends java.lang.Object
    Options for controlling the error reporting for Metal command buffer objects. [@constant] MTLCommandBufferErrorOptionNone No special error reporting. [@constant] MTLCommandBufferErrorOptionEncoderExecutionStatus Provide the execution status of the individual encoders within the command buffer. In the event of a command buffer error, populate the `userInfo` dictionary of the command buffer's NSError parameter, see MTLCommandBufferEncoderInfoErrorKey and MTLCommandBufferEncoderInfo. Note that enabling this error reporting option may increase CPU, GPU, and/or memory overhead on some platforms; testing for impact is suggested.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait