FfxGpuJobDescription

A structure describing a single render job.

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

Detailed description

A structure describing a single render job.

Data fields

Type

Description

FfxGpuJobType

jobType
Type of the job.

wchar_t

jobLabel
Job label for markers.

FfxClearFloatJobDescription

clearJobDescriptor
Clear job descriptor. Valid when “jobType“ is “FFX_RENDER_JOB_CLEAR_FLOAT“.

FfxCopyJobDescription

copyJobDescriptor
Copy job descriptor. Valid when “jobType“ is “FFX_RENDER_JOB_COPY“.

FfxComputeJobDescription

computeJobDescriptor
Compute job descriptor. Valid when “jobType“ is “FFX_RENDER_JOB_COMPUTE“.