FfxLensContextDescription
A structure encapsulating the parameters required to initialize FidelityFX Lens.
File location: sdk/include/FidelityFX/host/ffx_lens.h
Detailed description
A structure encapsulating the parameters required to initialize FidelityFX Lens.
Data fields
Type |
Description |
---|---|
uint32_t |
flags
A collection of “FfxLensInitializationFlagBits“
|
FfxSurfaceFormat |
outputFormat
Format of the output target used for creation of output resource.
|
FfxLensFloatPrecision |
floatPrecision
A flag indicating the desired floating point precision for use in ffxBlurContextDispatch.
|
backendInterface
A set of pointers to the backend implementation for FidelityFX.
|