Enum MetalError
- Namespace
- DotCompute.Backends.Metal.Execution
- Assembly
- DotCompute.Backends.Metal.dll
Metal error codes
public enum MetalError
Fields
BufferAllocationFailed = 11Busy = 20CommandBufferError = 14CommandBufferNotEnqueued = 15CommandEncoderError = 16CompilationError = 22DeviceLost = 7DeviceNotFound = 2DeviceNotReady = 6DeviceNotSupported = 3DeviceRemoved = 4DriverError = 29HardwareFailure = 28InsufficientMemory = 13InternalError = 25InvalidArgument = 24InvalidCommandQueue = 17InvalidDevice = 5InvalidOperation = 23NotReady = 18OutOfMemory = 9ResourceAllocationFailed = 10ResourceLimitExceeded = 26Success = 1SystemFailure = 27TextureAllocationFailed = 12Timeout = 19Unknown = 0UnsupportedFeature = 30