public final class MTLCommandBufferErrorOption
extends java.lang.Object
[@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.
| Modifier and Type | Field and Description |
|---|---|
static long |
EncoderExecutionStatus |
static long |
None |
public static final long None
public static final long EncoderExecutionStatus