Package apple.metal.enums
Class MTLBlendFactor
- java.lang.Object
-
- apple.metal.enums.MTLBlendFactor
-
public final class MTLBlendFactor extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longBlendAlphastatic longBlendColorstatic longDestinationAlphastatic longDestinationColorstatic longOnestatic longOneMinusBlendAlphastatic longOneMinusBlendColorstatic longOneMinusDestinationAlphastatic longOneMinusDestinationColorstatic longOneMinusSource1Alphastatic longOneMinusSource1Colorstatic longOneMinusSourceAlphastatic longOneMinusSourceColorstatic longSource1Alphastatic longSource1Colorstatic longSourceAlphastatic longSourceAlphaSaturatedstatic longSourceColorstatic longZero
-
-
-
Field Detail
-
Zero
public static final long Zero
- See Also:
- Constant Field Values
-
One
public static final long One
- See Also:
- Constant Field Values
-
SourceColor
public static final long SourceColor
- See Also:
- Constant Field Values
-
OneMinusSourceColor
public static final long OneMinusSourceColor
- See Also:
- Constant Field Values
-
SourceAlpha
public static final long SourceAlpha
- See Also:
- Constant Field Values
-
OneMinusSourceAlpha
public static final long OneMinusSourceAlpha
- See Also:
- Constant Field Values
-
DestinationColor
public static final long DestinationColor
- See Also:
- Constant Field Values
-
OneMinusDestinationColor
public static final long OneMinusDestinationColor
- See Also:
- Constant Field Values
-
DestinationAlpha
public static final long DestinationAlpha
- See Also:
- Constant Field Values
-
OneMinusDestinationAlpha
public static final long OneMinusDestinationAlpha
- See Also:
- Constant Field Values
-
SourceAlphaSaturated
public static final long SourceAlphaSaturated
- See Also:
- Constant Field Values
-
BlendColor
public static final long BlendColor
- See Also:
- Constant Field Values
-
OneMinusBlendColor
public static final long OneMinusBlendColor
- See Also:
- Constant Field Values
-
BlendAlpha
public static final long BlendAlpha
- See Also:
- Constant Field Values
-
OneMinusBlendAlpha
public static final long OneMinusBlendAlpha
- See Also:
- Constant Field Values
-
Source1Color
public static final long Source1Color
- See Also:
- Constant Field Values
-
OneMinusSource1Color
public static final long OneMinusSource1Color
- See Also:
- Constant Field Values
-
Source1Alpha
public static final long Source1Alpha
- See Also:
- Constant Field Values
-
OneMinusSource1Alpha
public static final long OneMinusSource1Alpha
- See Also:
- Constant Field Values
-
-