An array of two-dimensional texture images.
SDKs
- iOS 8.0+
- macOS 10.11+
- Mac Catalyst 13.0+
- tvOS 9.0+
Framework
- Metal
Declaration
case type2DArray = 3
An array of two-dimensional texture images.
SDKs
Framework
case type2DArray = 3
case type1D
A one-dimensional texture image.
case type1DArray
An array of one-dimensional texture images.
case type2D
A two-dimensional texture image.
case type2DMultisample
A two-dimensional texture image that uses more than one sample for each pixel.
case type Cube
A cube texture with six two-dimensional images.
case type Cube Array
An array of cube textures, each with six two-dimensional images.
case type3D
A three-dimensional texture image.
case type2DMultisample Array
An array of two-dimensional texture images that use more than one sample for each pixel.
case type Texture Buffer
A texture buffer.