MTLCommandBufferEncoderInfo

A container that provides additional information about a runtime failure a GPU encounters as it runs the commands in a command buffer.

extern (C++) final @nogc nothrow
@ObjectiveC
interface MTLCommandBufferEncoderInfo {}

Members

Functions

debugSignposts
NSArray_!NSString debugSignposts()

An array of debug signposts that Metal records as the GPU executes the commands of the encoder’s pass.

errorState
MTLCommandEncoderErrorState errorState()

The execution status of the command encoder.

label
NSString label()

The name of the encoder that generates the error information

Meta