Skip to content

FfxCopyJobDescription

struct FfxCopyJobDescription

A structure describing a copy render job.

Dependencies: FfxResourceInternal

Public Interface

Public Members:

FfxResourceInternal src

FfxResourceInternal src

Source resource for the copy.

Source: sdk/include/FidelityFX/host/ffx_types.h (line 1123, column 45)

uint32_t srcOffset

uint32_t srcOffset

Offset into the source buffer in bytes.

Source: sdk/include/FidelityFX/host/ffx_types.h (line 1124, column 45)

FfxResourceInternal dst

FfxResourceInternal dst

Destination resource for the copy.

Source: sdk/include/FidelityFX/host/ffx_types.h (line 1125, column 45)

uint32_t dstOffset

uint32_t dstOffset

Offset into the destination buffer in bytes.

Source: sdk/include/FidelityFX/host/ffx_types.h (line 1126, column 45)

uint32_t size

uint32_t size

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

Source: sdk/include/FidelityFX/host/ffx_types.h (line 1127, column 45)

Used By: FfxGpuJobDescription

Source: sdk/include/FidelityFX/host/ffx_types.h (line 1121, column 1)