共用方式為


MPSPurgeableState 列舉

定義

列舉影像的基礎紋理可清除狀態。

此列舉支援其成員值的位元組合。

[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 = 
繼承
MPSPurgeableState
屬性

欄位

AllocationDeferred 0

表示尚未配置基礎紋理。

Empty 4

表示應該捨棄基礎紋理。

KeepCurrent 1

表示可以查詢基礎紋理,而不變更其可清除狀態。

NonVolatile 2

表示可能不會捨棄紋理。

Volatile 3

表示紋理可能已捨棄,但不需要捨棄。

適用於