FfxBrixelizerContextDescription
A structure encapsulating the parameters for creating a Brixelizer context.
File location: sdk/include/FidelityFX/host/ffx_brixelizer.h
Detailed description
A structure encapsulating the parameters for creating a Brixelizer context.
Data fields
Type |
Description |
---|---|
float |
sdfCenter
The point in world space around which to center the cascades.
|
uint32_t |
numCascades
The number of cascades managed by the Brixelizer context.
|
FfxBrixelizerContextFlags |
flags
A combination of “FfxBrixelizerContextFlags“ specifying options for the context.
|
cascadeDescs
Parameters describing each of the cascades, see “FfxBrixelizerCascadeDescription“.
|
|
backendInterface
An implementation of the FidelityFX backend for use with Brixelizer.
|