MTLMutability Enum

Definition

Enumerates buffer mutability descriptions.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum MTLMutability
type MTLMutability = 
Inheritance
MTLMutability
Attributes

Fields

Default 0

Indicates the default mutability of the buffer, by tupe.

Immutable 2

Indicates an immutable buffer.

Mutable 1

Indicates a mutable buffer.

Applies to