FfxSssrContext
A structure encapsulating the FidelityFX Stochastic Screen Space Reflections context.
File location: sdk/include/FidelityFX/host/ffx_sssr.h
Detailed description
A structure encapsulating the FidelityFX Stochastic Screen Space Reflections context.
This sets up an object which contains all persistent internal data and resources that are required by SSSR.
The FfxSssrContext
object should have a lifetime matching your use of SSSR. Before destroying the SSSR context care should be taken to ensure the GPU is not accessing the resources created or used by SSSR. It is therefore recommended that the GPU is idle before destroying the SSSR context.
Data fields
Type |
Description |
---|---|
uint32_t |
data
An opaque set of “uint32_t“ which contain the data for the context.
|