FfxCacaoContextDescription
A structure encapsulating the parameters required to initialize FidelityFX CACAO.
File location: sdk/include/FidelityFX/host/ffx_cacao.h
Detailed description
A structure encapsulating the parameters required to initialize FidelityFX CACAO.
Data fields
Type |
Description |
---|---|
uint32_t |
width
width of the input/output buffers
|
uint32_t |
height
height of the input/output buffers
|
bool |
useDownsampledSsao
Whether SSAO should be generated at native resolution or half resolution. It is recommended to enable this setting for improved performance.
|