Skip to content

TextureDimension

Used to represent the dimension of a texture, i.e., the type of texture.

attributesdescription
UnknownUnknown texture type.
NoneNo texture type specified.
AnyTextures can be created with any dimension.
Tex2DA two-dimensional texture used to display regular color textures.
Tex3D3D Texture.
Cube
Tex2DArrayTwo-dimensional texture array.
CubeArrayCube array texture type.