Compartir a través de


MPSPurgeableState Enumeración

Definición

Enumera el estado purgable de la textura subyacente de una imagen.

Esta enumeración admite una combinación bit a bit de sus valores de miembro.

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

Campos

AllocationDeferred 0

Indica que no se ha asignado la textura subyacente.

Empty 4

Indica que se debe descartar la textura subyacente.

KeepCurrent 1

Indica que se puede consultar la textura subyacente sin cambiar su estado purgable.

NonVolatile 2

Indica que es posible que la textura no se descarte.

Volatile 3

Indica que la textura puede ser, pero no es necesario descartarla.

Se aplica a