Skip to content

FfxResourceBinding

struct FfxResourceBinding

A structure defining a resource bind point.

Public Interface

Public Members:

uint32_t slotIndex

uint32_t slotIndex

The slot into which to bind the resource.

Source: sdk/include/FidelityFX/host/ffx_types.h (line 902, column 17)

uint32_t arrayIndex

uint32_t arrayIndex

The resource offset for mip/array access.

Source: sdk/include/FidelityFX/host/ffx_types.h (line 903, column 17)

uint32_t resourceIdentifier

uint32_t resourceIdentifier

A unique resource identifier representing an internal resource index.

Source: sdk/include/FidelityFX/host/ffx_types.h (line 904, column 17)

wchar_t name

wchar_t name

A debug name to help track the resource binding.

Source: sdk/include/FidelityFX/host/ffx_types.h (line 905, column 17)

Used By: FfxPipelineState

Source: sdk/include/FidelityFX/host/ffx_types.h (line 900, column 1)