Contents

MTLCommandBufferEncoderInfoErrorKey

A key to a command buffer error’s user information dictionary that retrieves additional information about a GPU’s runtime error.

Declaration

let MTLCommandBufferEncoderInfoErrorKey: String

Discussion

You can retrieve an MTLCommandBufferEncoderInfo instance from the userInfo dictionary of a command buffer’s error property.

See Also

Getting error details