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.
|
clearJobDescriptor
Clear job descriptor. Valid when “jobType“ is “FFX_RENDER_JOB_CLEAR_FLOAT“.
|
|
copyJobDescriptor
Copy job descriptor. Valid when “jobType“ is “FFX_RENDER_JOB_COPY“.
|
|
computeJobDescriptor
Compute job descriptor. Valid when “jobType“ is “FFX_RENDER_JOB_COMPUTE“.
|