Manual
Programming Reference
enum DDSDimension : u32 { tex1d= 2 tex2d= 3 tex3d= 4 }
Specifies the dimension of one DDS texture.
tex1d
1D texture.
tex2d
2D texture.
tex3d
3D texture.