FfxEffectBindlessConfig
struct FfxEffectBindlessConfig
A structure encapsulating the bindless descriptor configuration of an effect.
Public Interface
Public Members:
uint32_t maxTextureSrvs
uint32_t maxTextureSrvs
Maximum number of texture SRVs needed in the bindless table.
Source: sdk/include/FidelityFX/host/ffx_types.h
(line 658, column 37)
uint32_t maxBufferSrvs
uint32_t maxBufferSrvs
Maximum number of buffer SRVs needed in the bindless table.
Source: sdk/include/FidelityFX/host/ffx_types.h
(line 659, column 37)
uint32_t maxTextureUavs
uint32_t maxTextureUavs
Maximum number of texture UAVs needed in the bindless table.
Source: sdk/include/FidelityFX/host/ffx_types.h
(line 660, column 37)
uint32_t maxBufferUavs
uint32_t maxBufferUavs
Maximum number of buffer UAVs needed in the bindless table.
Source: sdk/include/FidelityFX/host/ffx_types.h
(line 661, column 37)
Source: sdk/include/FidelityFX/host/ffx_types.h
(line 657, column 1)