MTLCommandBufferError Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |