TextureType enumeration
TextureType enumeration
The type of the ITextureUnit
The TextureType type exposes the following members:
Fields
| Field | Description |
|---|---|
| TEXTURE_1D | 1-dimensional texture |
| TEXTURE_2D | 2-dimensional texture |
| TEXTURE_3D | 3-dimensional texture |
| CUBE_MAP | Cube map texture contains 6 2d textures |
| ARRAY_2D | Multiple set of 2d textures |
See Also
- module
aspose.threed.render - class
ITextureUnit