Manual
Programming Reference
enum TextureType : u8 { tex1d tex2d tex3d }
Specifies the texture type.
tex1d
Specify one-dimensional texture.
tex2d
Specify two-dimensional texture.
tex3d
Specify three-dimensional texture.