TextureDimension
Used to represent the dimension of a texture, i.e., the type of texture.
| attributes | description |
|---|---|
| Unknown | Unknown texture type. |
| None | No texture type specified. |
| Any | Textures can be created with any dimension. |
| Tex2D | A two-dimensional texture used to display regular color textures. |
| Tex3D | 3D Texture. |
| Cube | |
| Tex2DArray | Two-dimensional texture array. |
| CubeArray | Cube array texture type. |
