Package apple.metal.enums
Class MTLTextureSwizzle
- java.lang.Object
-
- apple.metal.enums.MTLTextureSwizzle
-
public final class MTLTextureSwizzle extends java.lang.Object
-
-
Field Detail
-
Zero
public static final byte Zero
- See Also:
- Constant Field Values
-
One
public static final byte One
- See Also:
- Constant Field Values
-
Red
public static final byte Red
- See Also:
- Constant Field Values
-
Green
public static final byte Green
- See Also:
- Constant Field Values
-
Blue
public static final byte Blue
- See Also:
- Constant Field Values
-
Alpha
public static final byte Alpha
- See Also:
- Constant Field Values
-
-