Partager via


MPSPurgeableState Énumération

Définition

Énumère l’état purgeable de la texture sous-jacente d’une image.

Cette énumération prend en charge une combinaison au niveau du bit de ses valeurs membres.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[System.Flags]
public enum MPSPurgeableState
type MPSPurgeableState = 
Héritage
MPSPurgeableState
Attributs

Champs

AllocationDeferred 0

Indique que la texture sous-jacente n’a pas été allouée.

Empty 4

Indique que la texture sous-jacente doit être ignorée.

KeepCurrent 1

Indique que la texture sous-jacente peut être interrogée sans modifier son état de purge.

NonVolatile 2

Indique que la texture ne peut pas être ignorée.

Volatile 3

Indique que la texture peut être ignorée, mais ne doit pas l’être.

S’applique à