FfxSssrContextDescription
struct FfxSssrContextDescription
A structure encapsulating the parameters required to initialize FidelityFX Stochastic Screen Space Reflections.
Dependencies: FfxDimensions2D, FfxInterface
Public Interface
Public Members:
uint32_t flags
uint32_t flags
A collection of FfxSssrInitializationFlagBits.
Source: sdk/include/FidelityFX/host/ffx_sssr.h
(line 100, column 33)
FfxDimensions2D renderSize
FfxDimensions2D renderSize
The resolution we are currently rendering at.
Source: sdk/include/FidelityFX/host/ffx_sssr.h
(line 101, column 33)
FfxSurfaceFormat normalsHistoryBufferFormat
FfxSurfaceFormat normalsHistoryBufferFormat
The format used by the reflections denoiser to store the normals buffer history.
Source: sdk/include/FidelityFX/host/ffx_sssr.h
(line 102, column 33)
FfxInterface backendInterface
FfxInterface backendInterface
A set of pointers to the backend implementation for FidelityFX SDK.
Source: sdk/include/FidelityFX/host/ffx_sssr.h
(line 103, column 33)
Used By: SSSRRenderModule
Source: sdk/include/FidelityFX/host/ffx_sssr.h
(line 98, column 1)