Enum ParameterInfo.ParameterSemantic
Parameter semantic enumeration.
Namespace: Evergine.Framework.Graphics.Effects.Analyzer
Assembly: Evergine.Framework.dll
Syntax
public enum ParameterInfo.ParameterSemantic
Fields
Name | Description |
---|---|
All | All semantics. |
CameraAperture | Camera aperture semantic. |
CameraExposure | Camera exposure semantic. |
CameraFarPlane | Camera far clip plane. |
CameraFocalDistance | Camera focal distance semantic (Used with Depth of Field). |
CameraFocalLength | Camera Focal Length semantic. |
CameraForward | CameraForward semantic. |
CameraJitter | Current frame camera jittering. |
CameraNearPlane | Camera near clip plane. |
CameraPosition | CameraPosition semantic. |
CameraPreviousJitter | Previous frame camera jittering. |
CameraRight | CameraRight semantic. |
CameraUp | CameraUp semantic. |
EV100 | Exposure Value for ISO 100. |
Exposure | The photometric exposure of the camera. |
ForwardLightMask | Forward light mask. |
IBLLuminance | IBL luminance factor. |
IBLMipMapLevel | MipMap max level of the IBL texture. |
IrradianceSH | Spherical Harmonics for IBL irradiance. |
LightBuffer | The light buffer. |
LightCount | Number of lights that the current camera sees. |
MultiviewCount | MultiviewCount semantic. |
MultiviewPosition | MultiviewPosition semantic. |
MultiviewProjection | MultiviewProjection semantic. |
MultiviewView | MultiviewView semantic. |
MultiviewViewProjection | MultiviewViewProjection semantic. |
MultiviewViewProjectionInverse | MultiviewViewProjectionInverse semantic. |
None | None semantic. |
PreviousViewProjection | View Projection in the previous frame semantic. |
Projection | Projection semantic. |
ProjectionInverse | Projection inverse semantic. |
ShadowViewProjectionBuffer | The shadow view projection buffer. |
SkyboxTransform | The Skybox transform. |
SunColor | The sun color. |
SunDirection | The sun direction. |
SunIntensity | The sun intensity. |
Time | Time semantic. |
UnjitteredProjection | Unjittered projection semantic. |
UnjitteredViewProjection | Unjittered view projection semantic. |
UnjitteredWorldViewProjection | Unjittered world view projection semantic. |
View | View semantic. |
ViewInverse | View inverse semantic. |
ViewProjection | ViewProjection semantic. |
ViewProjectionInverse | ViewProjectionInverse semantic. |
World | World semantic. |
WorldInverse | WorldInverse semantic. |
WorldInverseTranspose | WorldInverseTranspose semantic. |
WorldViewProjection | WorldViewProjection semantic. |