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

指示纹理可能已被丢弃,但不一定被丢弃。

适用于