Package apple.metal.enums
Class MTLPurgeableState
- java.lang.Object
-
- apple.metal.enums.MTLPurgeableState
-
public final class MTLPurgeableState extends java.lang.Object[@enum] MTLPurgeableOption Options for setPurgeable call. [@constant] MTLPurgeableStateNonVolatile The contents of this resource may not be discarded. [@constant] MTLPurgeableStateVolatile The contents of this resource may be discarded. [@constant] MTLPurgeableStateEmpty The contents of this are discarded. [@constant] MTLPurgeableStateKeepCurrent The purgeabelity state is not changed.
-
-
Field Summary
Fields Modifier and Type Field Description static longEmptystatic longKeepCurrentstatic longNonVolatilestatic longVolatile
-
-
-
Field Detail
-
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
-
-