FfxClassifierReflectionDispatchDescription
A structure encapsulating the parameters for dispatching of FidelityFX Classifier for reflections.
File location: sdk/include/FidelityFX/host/ffx_classifier.h
Detailed description
A structure encapsulating the parameters for dispatching of FidelityFX Classifier for reflections.
Data fields
Type |
Description |
---|---|
commandList
The “FfxCommandList“ to record Hybrid Reflections rendering commands into.
|
|
depth
A “FfxResource“ containing the depth buffer for the current frame (at render resolution).
|
|
motionVectors
A “FfxResource“ containing the motion vectors buffer for the current frame (at render resolution).
|
|
normal
A “FfxResource“ containing the normal buffer for the current frame (at render resolution).
|
|
materialParameters
A “FfxResource“ containing the aoRoughnessMetallic buffer for the current frame (at render resolution).
|
|
environmentMap
A “FfxResource“ containing the environment map to fallback to when screenspace data is not sufficient.
|
|
renderSize
The resolution that was used for rendering the input resources.
|
|
float |
invViewProjection
An array containing the inverse of the view projection matrix in column major layout.
|
float |
projection
An array containing the projection matrix in column major layout.
|
float |
invProjection
An array containing the inverse of the projection matrix in column major layout.
|
float |
view
An array containing the view matrix in column major layout.
|
float |
invView
An array containing the inverse of the view matrix in column major layout.
|
float |
prevViewProjection
An array containing the previous frame’s view projection matrix in column major layout.
|
float |
iblFactor
A factor to control the intensity of the image based lighting. Set to 1 for an HDR probe.
|