FfxFsr1DispatchDescription
A structure encapsulating the parameters for dispatching the various passes of FidelityFX Super Resolution 1.0.
File location: sdk/include/FidelityFX/host/ffx_fsr1.h
Detailed description
A structure encapsulating the parameters for dispatching the various passes of FidelityFX Super Resolution 1.0.
Data fields
Type |
Description |
---|---|
commandList
The “FfxCommandList“ to record FSR1 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.
|
|
bool |
enableSharpening
Enable an additional sharpening pass.
|
float |
sharpness
The sharpness value between 0 and 1, where 0 is no additional sharpness and 1 is maximum additional sharpness.
|