FfxStaticResourceDescription
struct FfxStaticResourceDescription
A structure describing a static resource.
Dependencies: FfxResource, FfxStaticResourceDescription
Public Interface
Public Members:
const FfxResource * resource
const FfxResource * resource
The resource to register.
Source: sdk/include/FidelityFX/host/ffx_types.h
(line 761, column 23)
FfxDescriptorType descriptorType
FfxDescriptorType descriptorType
The type of descriptor to create.
Source: sdk/include/FidelityFX/host/ffx_types.h
(line 762, column 24)
uint32_t descriptorIndex
uint32_t descriptorIndex
The destination index of the descriptor within the static table.
Source: sdk/include/FidelityFX/host/ffx_types.h
(line 763, column 24)
uint32_t bufferOffset
uint32_t bufferOffset
The buffer offset in bytes.
Source: sdk/include/FidelityFX/host/ffx_types.h
(line 767, column 18)
uint32_t textureUavMip
uint32_t textureUavMip
The mip of the texture resource to create a UAV for.
Source: sdk/include/FidelityFX/host/ffx_types.h
(line 768, column 18)
union FfxStaticResourceDescription
union FfxStaticResourceDescription
Source: sdk/include/FidelityFX/host/ffx_types.h
(line 769, column 5)
uint32_t bufferSize
uint32_t bufferSize
The buffer size in bytes.
Source: sdk/include/FidelityFX/host/ffx_types.h
(line 771, column 14)
uint32_t bufferStride
uint32_t bufferStride
The buffer stride in bytes.
Source: sdk/include/FidelityFX/host/ffx_types.h
(line 772, column 14)
Used By: FfxStaticResourceDescription
Source: sdk/include/FidelityFX/host/ffx_types.h
(line 759, column 1)