MTLLanguageVersion Enum

Definition

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

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

Applies to