Share via


MTLCommandBufferError Enum

Definition

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

[ObjCRuntime.Native]
public enum MTLCommandBufferError
[<ObjCRuntime.Native>]
type MTLCommandBufferError = 
Inheritance
MTLCommandBufferError
Attributes

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.

StackOverflow 12

Applies to