Package apple.metal.enums
Class MTLTextureType
- java.lang.Object
-
- apple.metal.enums.MTLTextureType
-
public final class MTLTextureType extends java.lang.Object[@enum] MTLTextureType MTLTextureType describes the dimensionality of each image, and if multiple images are arranged into an array or cube.
-
-
Field Summary
Fields Modifier and Type Field Description static longType1Dstatic longType1DArraystatic longType2Dstatic longType2DArraystatic longType2DMultisamplestatic longType2DMultisampleArraystatic longType3Dstatic longTypeCubestatic longTypeCubeArraystatic longTypeTextureBuffer
-
-
-
Field Detail
-
Type1D
public static final long Type1D
- See Also:
- Constant Field Values
-
Type1DArray
public static final long Type1DArray
- See Also:
- Constant Field Values
-
Type2D
public static final long Type2D
- See Also:
- Constant Field Values
-
Type2DArray
public static final long Type2DArray
- See Also:
- Constant Field Values
-
Type2DMultisample
public static final long Type2DMultisample
- See Also:
- Constant Field Values
-
TypeCube
public static final long TypeCube
- See Also:
- Constant Field Values
-
Type3D
public static final long Type3D
- See Also:
- Constant Field Values
-
TypeCubeArray
public static final long TypeCubeArray
- See Also:
- Constant Field Values
-
TypeTextureBuffer
public static final long TypeTextureBuffer
- See Also:
- Constant Field Values
-
Type2DMultisampleArray
public static final long Type2DMultisampleArray
- See Also:
- Constant Field Values
-
-