FfxFsr3UpscalerGenerateReactiveDescription
A structure encapsulating the parameters for automatic generation of a reactive mask.
File location: sdk/include/FidelityFX/host/ffx_fsr3upscaler.h
Detailed description
A structure encapsulating the parameters for automatic generation of a reactive mask.
Data fields
Type |
Description |
---|---|
commandList
The “FfxCommandList“ to record FSR3 rendering commands into.
|
|
colorOpaqueOnly
A “FfxResource“ containing the opaque only color buffer for the current frame (at render resolution).
|
|
colorPreUpscale
A “FfxResource“ containing the opaque+translucent color buffer for the current frame (at render resolution).
|
|
outReactive
A “FfxResource“ containing the surface to generate the reactive mask into.
|
|
renderSize
The resolution that was used for rendering the input resources.
|
|
float |
scale
A value to scale the output.
|
float |
cutoffThreshold
A threshold value to generate a binary reactive mask.
|
float |
binaryValue
A value to set for the binary reactive mask.
|
uint32_t |
flags
Flags to determine how to generate the reactive mask.
|