次の方法で共有


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

テクスチャが破棄される可能性がありますが、破棄される必要がないことを示します。

適用対象