MTLMutability 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 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
Name | Value | Description |
---|---|---|
Default | 0 | Indicates the default mutability of the buffer, by tupe. |
Mutable | 1 | Indicates a mutable buffer. |
Immutable | 2 | Indicates an immutable buffer. |