Enum TextureInfo.TextureSemantic
Texture graphic resource semantic.
Namespace: Evergine.Framework.Graphics.Effects.Analyzer
Assembly: Evergine.Framework.dll
Syntax
public enum TextureInfo.TextureSemantic
Fields
| Name | Description |
|---|---|
| Custom | Custom semantic. |
| DFGLut | Lookup table for DFG precalculated texture. |
| DepthBuffer | DepthBuffer semantic. |
| DirectionalShadowMap | Shadow map array texture. |
| DistortionPass | Distortion pass in forward rendering. |
| FrameBuffer | FrameBuffer semantic. |
| GBuffer | GBuffer semantic. |
| IBLIrradiance | IBL diffuse irradiance map. |
| IBLRadiance | IBL Prefiltered Mipmapped radiance environment map. |
| Lighting | Lighting semantic. |
| None | None semantic. |
| PunctualShadowMap | Shadow map array cube texture. |
| SpotShadowMap | Shadow map array texture. |
| TemporalHistory | Temporal AA history texture. |
| ZPrePass | ZPrePass in forward rendering (Normal + Roughness). |