MTLLibraryError 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.
Enumerates errors possible in the creation of an MTLLibrary or MTLFunction object.
public enum MTLLibraryError
type MTLLibraryError =
- Inheritance
-
MTLLibraryError
Fields
Name | Value | Description |
---|---|---|
Unsupported | 1 | |
Internal | 2 | |
CompileFailure | 3 | |
CompileWarning | 4 | |
FunctionNotFound | 5 | |
FileNotFound | 6 |