invalidResource
An error code that indicates the command buffer has an invalid reference to resource.
Declaration
static var invalidResource: MTLCommandBufferError.Code { get }Discussion
Typically, apps trigger this error by deleting a resource and then running a command buffer that refers to it.