Package apple.metal.enums
Class MTLBlitOption
- java.lang.Object
-
- apple.metal.enums.MTLBlitOption
-
public final class MTLBlitOption extends java.lang.Object[@enum] MTLBlitOption Controls the blit operation
-
-
Field Summary
Fields Modifier and Type Field Description static longDepthFromDepthStencilstatic longNonestatic longRowLinearPVRTCstatic longStencilFromDepthStencil
-
-
-
Field Detail
-
None
public static final long None
- See Also:
- Constant Field Values
-
DepthFromDepthStencil
public static final long DepthFromDepthStencil
- See Also:
- Constant Field Values
-
StencilFromDepthStencil
public static final long StencilFromDepthStencil
- See Also:
- Constant Field Values
-
RowLinearPVRTC
public static final long RowLinearPVRTC
- See Also:
- Constant Field Values
-
-