다음을 통해 공유


MTLCommandBufferError 열거형

정의

명령 버퍼가 실패한 이유를 설명하는 오류 코드의 열거형입니다.

public enum MTLCommandBufferError
type MTLCommandBufferError = 
상속
MTLCommandBufferError

필드

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

디바이스가 제거되었음을 나타냅니다.

적용 대상