Skip to content

FfxCacaoContextDescription

struct FfxCacaoContextDescription

A structure encapsulating the parameters required to initialize FidelityFX CACAO.

Dependencies: FfxInterface

Public Interface

Public Members:

uint32_t width

uint32_t width

width of the input/output buffers

Source: sdk/include/FidelityFX/host/ffx_cacao.h (line 379, column 33)

uint32_t height

uint32_t height

height of the input/output buffers

Source: sdk/include/FidelityFX/host/ffx_cacao.h (line 380, column 29)

bool useDownsampledSsao

bool useDownsampledSsao

Whether SSAO should be generated at native resolution or half resolution. It is recommended to enable this setting for improved performance.

Source: sdk/include/FidelityFX/host/ffx_cacao.h (line 381, column 29)

FfxInterface backendInterface

FfxInterface backendInterface

Source: sdk/include/FidelityFX/host/ffx_cacao.h (line 382, column 33)

Used By: FfxCacao

Source: sdk/include/FidelityFX/host/ffx_cacao.h (line 376, column 1)