FfxEffectBindlessConfig

A structure encapsulating the bindless descriptor configuration of an effect.

File location: sdk/include/FidelityFX/host/ffx_types.h

Detailed description

A structure encapsulating the bindless descriptor configuration of an effect.

Data fields

Type

Description

uint32_t

maxTextureSrvs
Maximum number of texture SRVs needed in the bindless table.

uint32_t

maxBufferSrvs
Maximum number of buffer SRVs needed in the bindless table.

uint32_t

maxTextureUavs
Maximum number of texture UAVs needed in the bindless table.

uint32_t

maxBufferUavs
Maximum number of buffer UAVs needed in the bindless table.