FfxBrixelizerRawContextDescription
struct FfxBrixelizerRawContextDescription
A structure encapsulating the parameters for creating a Brixelizer context.
Dependencies: FfxInterface
Public Interface
Public Members:
size_t maxDebugAABBs
size_t maxDebugAABBs
The maximum number of AABBs that can be drawn in debug mode. Note to use debug AABBs the flag FFX_BRIXELIZER_CONTEXT_FLAG must be passed at context creation.
Source: sdk/include/FidelityFX/host/ffx_brixelizer_raw.h
(line 229, column 35)
FfxBrixelizerContextFlags flags
FfxBrixelizerContextFlags flags
A combination of FfxBrixelizerContextFlags specifying options for the context.
Source: sdk/include/FidelityFX/host/ffx_brixelizer_raw.h
(line 230, column 35)
FfxInterface backendInterface
FfxInterface backendInterface
An FfxInterface representing the FidelityFX backend interface.
Source: sdk/include/FidelityFX/host/ffx_brixelizer_raw.h
(line 231, column 35)
Used By: ffxBrixelizer
Source: sdk/include/FidelityFX/host/ffx_brixelizer_raw.h
(line 227, column 1)