Class MPSPurgeableState
- java.lang.Object
-
- apple.metalperformanceshaders.enums.MPSPurgeableState
-
public final class MPSPurgeableState extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longAllocationDeferredThe buffer hasn't been allocated yet.static longEmptystatic longKeepCurrentstatic longNonVolatilestatic longVolatile
-
-
-
Field Detail
-
AllocationDeferred
public static final long AllocationDeferred
The buffer hasn't been allocated yet. Attempts to set purgeability will be ignored.- See Also:
- Constant Field Values
-
KeepCurrent
public static final long KeepCurrent
- See Also:
- Constant Field Values
-
NonVolatile
public static final long NonVolatile
- See Also:
- Constant Field Values
-
Volatile
public static final long Volatile
- See Also:
- Constant Field Values
-
Empty
public static final long Empty
- See Also:
- Constant Field Values
-
-