Enum TextureInfo.ShaderTextureType
Texture type.
Namespace: Evergine.Framework.Graphics.Effects.Analyzer
Assembly: Evergine.Framework.dll
Syntax
public enum TextureInfo.ShaderTextureType : byte
Fields
| Name | Description |
|---|---|
| Texture1D | 1D texture. |
| Texture1DArray | 3D texture array. |
| Texture2D | 2D texture. |
| Texture2DArray | 2D texture array. |
| Texture2DMS | 2D texture multi-sampled. |
| Texture2DMSArray | 2D texture multi-sampled array. |
| Texture3D | 2D texture. |
| TextureCube | Cubemap texture. |
| TextureCubeArray | Cubemap texture array. |