FfxBufferUAV

A structure containing a unordered access view.

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

Detailed description

A structure containing a unordered access view.

Data fields

Type

Description

uint32_t

offset
Offset of resource to bind in bytes.

uint32_t

size
Size of resource to bind in bytes.

uint32_t

stride
Size of resource to bind in bytes.

FfxResourceInternal

resource
Resource corresponding to the unordered access view.