Package apple.metal.enums
Class MTLBlendOperation
- java.lang.Object
-
- apple.metal.enums.MTLBlendOperation
-
public final class MTLBlendOperation extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longAddstatic longMaxstatic longMinstatic longReverseSubtractstatic longSubtract
-
-
-
Field Detail
-
Add
public static final long Add
- See Also:
- Constant Field Values
-
Subtract
public static final long Subtract
- See Also:
- Constant Field Values
-
ReverseSubtract
public static final long ReverseSubtract
- See Also:
- Constant Field Values
-
Min
public static final long Min
- See Also:
- Constant Field Values
-
Max
public static final long Max
- See Also:
- Constant Field Values
-
-