MTLCommandBufferError 枚举

定义

描述命令缓冲区失败原因的错误代码的枚举。

public enum MTLCommandBufferError
type MTLCommandBufferError = 
继承
MTLCommandBufferError

字段

名称 说明
None 0
Internal 1
Timeout 2
PageFault 3
Blacklisted 4
NotPermitted 7
OutOfMemory 8
InvalidResource 9
Memoryless 10
DeviceRemoved 11

指示设备已删除。

适用于