FfxCasDispatchDescription
A structure encapsulating the parameters for dispatching the various passes of FidelityFX CAS.
File location: sdk/include/FidelityFX/host/ffx_cas.h
Detailed description
A structure encapsulating the parameters for dispatching the various passes of FidelityFX CAS.
Data fields
Type |
Description |
---|---|
commandList
The “FfxCommandList“ to record CAS rendering commands into.
|
|
color
A “FfxResource“ containing the color buffer for the current frame (at render resolution).
|
|
output
A “FfxResource“ containing the output color buffer for the current frame (at presentation resolution).
|
|
renderSize
The resolution that was used for rendering the input resource.
|
|
float |
sharpness
The sharpness value between 0 and 1, where 0 is no additional sharpness and 1 is maximum additional sharpness.
|