Edit

Share via


MTLCommandBufferError Enum

Definition

Enumeration of error codes describing why a command buffer has failed.

public enum MTLCommandBufferError
type MTLCommandBufferError = 
Inheritance
MTLCommandBufferError

Fields

Name Value Description
None 0
Internal 1
Timeout 2
PageFault 3
Blacklisted 4
NotPermitted 7
OutOfMemory 8
InvalidResource 9
Memoryless 10
DeviceRemoved 11

Indicates that the device was removed.

Applies to