Partager via


MTLMutability Énumération

Définition

Énumère les descriptions de mutabilité de la mémoire tampon.

[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 = 
Héritage
MTLMutability
Attributs

Champs

Default 0

Indique la mutabilité par défaut de la mémoire tampon, par tupe.

Immutable 2

Indique une mémoire tampon immuable.

Mutable 1

Indique une mémoire tampon mutable.

S’applique à