FfxBrixelizerRawContextDescription
A structure encapsulating the parameters for creating a Brixelizer context.
File location: sdk/include/FidelityFX/host/ffx_brixelizer_raw.h
Detailed description
A structure encapsulating the parameters for creating a Brixelizer context.
Data fields
Type |
Description |
---|---|
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.
|
FfxBrixelizerContextFlags |
flags
A combination of “FfxBrixelizerContextFlags“ specifying options for the context.
|
backendInterface
An FfxInterface representing the FidelityFX backend interface.
|