Package apple.metal.enums
Class MTLSamplerBorderColor
- java.lang.Object
-
- apple.metal.enums.MTLSamplerBorderColor
-
public final class MTLSamplerBorderColor extends java.lang.Object[@enum] MTLSamplerBorderColor Specify the color value that will be clamped to when the sampler address mode is MTLSamplerAddressModeClampToBorderColor. [@constant] MTLSamplerBorderColorTransparentBlack Transparent black returns {0,0,0,0} for clamped texture values. [@constant] MTLSamplerBorderColorOpaqueBlack OpaqueBlack returns {0,0,0,1} for clamped texture values. [@constant] MTLSamplerBorderColorOpaqueWhite OpaqueWhite returns {1,1,1,1} for clamped texture values.
-
-
Field Summary
Fields Modifier and Type Field Description static longOpaqueBlack{0,0,0,1}static longOpaqueWhite{1,1,1,1}static longTransparentBlack{0,0,0,0}
-
-
-
Field Detail
-
TransparentBlack
public static final long TransparentBlack
{0,0,0,0}- See Also:
- Constant Field Values
-
OpaqueBlack
public static final long OpaqueBlack
{0,0,0,1}- See Also:
- Constant Field Values
-
OpaqueWhite
public static final long OpaqueWhite
{1,1,1,1}- See Also:
- Constant Field Values
-
-