FfxCopyJobDescription

A structure describing a copy render job.

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

Detailed description

A structure describing a copy render job.

Data fields

Type

Description

FfxResourceInternal

src
Source resource for the copy.

uint32_t

srcOffset
Offset into the source buffer in bytes.

FfxResourceInternal

dst
Destination resource for the copy.

uint32_t

dstOffset
Offset into the destination buffer in bytes.

uint32_t

size
Number of bytes to copy (Set to 0 to copy entire buffer).