Enum ParameterInfo.ParameterSemantic
Parameter's semantic.
Namespace: Evergine.Framework.Graphics.Effects.Analyzer
Assembly: Evergine.Framework.dll
Syntax
public enum ParameterInfo.ParameterSemantic
Fields
| Name | Description |
|---|---|
| All | All semantics. |
| CameraAperture | Camera aperture semantics. |
| CameraExposure | Camera exposure semantics. |
| CameraFarPlane | Camera's far clip plane. |
| CameraFieldOfView | Camera's vertical FOV. |
| CameraFocalDistance | Camera focal distance semantics (Used with Depth of Field). |
| CameraFocalLength | Camera focal length semantic. |
| CameraForward | CameraForward semantic. |
| CameraJitter | Current frame camera jitter. |
| CameraNearPlane | Camera near clip plane. |
| CameraPosition | Camera position semantic. |
| CameraPreviousJitter | Previous frame camera jitter. |
| CameraRight | Represents the semantic meaning or context of CameraRight. |
| CameraUp | CameraUp semantic meaning. |
| ClipDepthMax | The clip depth maximum value. The clip depth range is [-1, 1] in OpenGL and [0, 1] in other APIs. This can be useful to reconstruct the position from the depth buffer. |
| ClipDepthMin | The clip depth minimum value. The clip depth range is [-1, 1] in OpenGL and [0, 1] in other APIs. This can be useful to reconstruct the position from the depth buffer. |
| EV100 | Exposure value for ISO 100. |
| Exposure | The photometric exposure setting of the camera. |
| ForwardLightMask | Forward lightmask. |
| IBLLuminance | IBL luminance factor. |
| IBLMipMapLevel | MipMap maximum level of the IBL texture. |
| IrradianceSH | Spherical Harmonics for IBL irradiance. |
| LightBuffer | The light buffer. |
| LightCount | The number of lights that the current camera sees. |
| MultiviewCount | Multi-view count semantic. |
| MultiviewPosition | MultiViewPosition semantic. |
| MultiviewProjection | MultiViewProjection semantic. |
| MultiviewView | MultiView semantics. |
| MultiviewViewProjection | MultiViewProjection semantic. |
| MultiviewViewProjectionInverse | MultiViewViewProjectionInverse semantic. |
| None | Non-semantic. |
| PreWorld | Pre-world semantic. |
| PreviousViewProjection | View projection in the previous frame. |
| Projection | Projection semantics. |
| ProjectionInverse | Inverse projection semantics. |
| ShadowViewProjectionBuffer | The shadow view projection buffer. |
| SkyboxTransform | The Skybox's transform. |
| SunColor | The color of the sun. |
| SunDirection | The direction of the sun. |
| SunIntensity | The intensity of the sun. |
| Time | Time semantics. |
| UnjitteredProjection | Unjittered projection semantics. |
| UnjitteredViewProjection | Unjittered view-projection semantic. |
| UnjitteredWorldViewProjection | Unjittered world-view projection semantic. |
| View | View semantics. |
| ViewInverse | View inverse semantics. |
| ViewProjection | ViewProjection semantic. |
| ViewProjectionInverse | ViewProjectionInverse semantics. |
| World | World semantics. |
| WorldInverse | World Inverse semantic. |
| WorldInverseTranspose | World Inverse Transpose semantic. |
| WorldViewProjection | WorldViewProjection semantics. |
| WorldViewProjectionInverse | WorldViewProjectionInverse semantic. |