textureType
The type of the underlying texture.
Declaration
var textureType: MTLTextureType { get }Discussion
A property that defines the type of texture the image represents. In most cases, this will be MTLTextureType.type2D or MTLTextureType.type2DArray.