MTLLanguageVersion 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 Metal shader programming language versions.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public enum MTLLanguageVersion
type MTLLanguageVersion =
- Inheritance
-
MTLLanguageVersion
- Attributes
Fields
Name | Value | Description |
---|---|---|
v1_0 | 65536 | Indicates version 1.0. |
v1_1 | 65537 | Indicates version 1.1. |
v1_2 | 65538 | Indicates version 1.2. |
v2_0 | 131072 | Indicates version 2.0. |
v2_1 | 131073 |