MTLMutability Enumeración

Definición

Enumera las descripciones de la mutabilidad del búfer.

[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 = 
Herencia
MTLMutability
Atributos

Campos

Default 0

Indica la mutabilidad predeterminada del búfer, por tupe.

Immutable 2

Indica un búfer inmutable.

Mutable 1

Indica un búfer mutable.

Se aplica a