public final class MTLPurgeableState
extends java.lang.Object
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.
| Modifier and Type | Field and Description |
|---|---|
static long |
Empty |
static long |
KeepCurrent |
static long |
NonVolatile |
static long |
Volatile |
public static final long KeepCurrent
public static final long NonVolatile
public static final long Volatile
public static final long Empty