FfxResourceBinding
A structure defining a resource bind point.
File location: sdk/include/FidelityFX/host/ffx_types.h
Detailed description
A structure defining a resource bind point.
Data fields
Type |
Description |
---|---|
uint32_t |
slotIndex
The slot into which to bind the resource.
|
uint32_t |
arrayIndex
The resource offset for mip/array access.
|
uint32_t |
resourceIdentifier
A unique resource identifier representing an internal resource index.
|
wchar_t |
name
A debug name to help track the resource binding.
|