FfxLensContextDescription
struct FfxLensContextDescription
A structure encapsulating the parameters required to initialize FidelityFX Lens.
Dependencies: FfxInterface
Public Interface
Public Members:
uint32_t flags
uint32_t flags
A collection of FfxLensInitializationFlagBits
Source: sdk/include/FidelityFX/host/ffx_lens.h
(line 105, column 33)
FfxSurfaceFormat outputFormat
FfxSurfaceFormat outputFormat
Format of the output target used for creation of output resource.
Source: sdk/include/FidelityFX/host/ffx_lens.h
(line 106, column 33)
FfxLensFloatPrecision floatPrecision
FfxLensFloatPrecision floatPrecision
A flag indicating the desired floating point precision for use in ffxBlurContextDispatch.
Source: sdk/include/FidelityFX/host/ffx_lens.h
(line 107, column 33)
FfxInterface backendInterface
FfxInterface backendInterface
A set of pointers to the backend implementation for FidelityFX.
Source: sdk/include/FidelityFX/host/ffx_lens.h
(line 108, column 33)
Used By: FfxLens, LensRM
Source: sdk/include/FidelityFX/host/ffx_lens.h
(line 103, column 1)