Enum TextureType
Texture type.
Namespace: Evergine.Common.Graphics
Assembly: Evergine.Common.dll
Syntax
public enum TextureType : byte
Fields
| Name | Description |
|---|---|
| Texture1D | Represent a 1D texture. |
| Texture1DArray | Represent a 1D texture array. |
| Texture2D | Represent a 2D texture. |
| Texture2DArray | Represent a 2D texture array |
| Texture3D | Represent a 3D texture. |
| TextureCube | Represent a Cubemap texture. |
| TextureCubeArray | Represent a TextureCube array |