Package apple.metal.enums
Class MTLStoreAction
- java.lang.Object
-
- apple.metal.enums.MTLStoreAction
-
public final class MTLStoreAction extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longCustomSampleDepthStorestatic longDontCarestatic longMultisampleResolvestatic longStorestatic longStoreAndMultisampleResolvestatic longUnknown
-
-
-
Field Detail
-
DontCare
public static final long DontCare
- See Also:
- Constant Field Values
-
Store
public static final long Store
- See Also:
- Constant Field Values
-
MultisampleResolve
public static final long MultisampleResolve
- See Also:
- Constant Field Values
-
StoreAndMultisampleResolve
public static final long StoreAndMultisampleResolve
- See Also:
- Constant Field Values
-
Unknown
public static final long Unknown
- See Also:
- Constant Field Values
-
CustomSampleDepthStore
public static final long CustomSampleDepthStore
- See Also:
- Constant Field Values
-
-