FfxStaticResourceDescription

A structure describing a static resource.

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

Detailed description

A structure describing a static resource.

Data fields

Type

Description

const FfxResource *

resource
The resource to register.

FfxDescriptorType

descriptorType
The type of descriptor to create.

uint32_t

descriptorIndex
The destination index of the descriptor within the static table.

uint32_t

bufferOffset
The buffer offset in bytes.

uint32_t

textureUavMip
The mip of the texture resource to create a UAV for.

uint32_t

bufferSize
The buffer size in bytes.

uint32_t

bufferStride
The buffer stride in bytes.