FfxComputeJobDescription

A structure describing a compute render job.

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

Detailed description

A structure describing a compute render job.

Data fields

Type

Description

FfxPipelineState

pipeline
Compute pipeline for the render job.

uint32_t

dimensions
Dispatch dimensions.

FfxResourceInternal

cmdArgument
Dispatch indirect cmd argument buffer.

uint32_t

cmdArgumentOffset
Dispatch indirect offset within the cmd argument buffer.

FfxTextureSRV

srvTextures
SRV texture resources to be bound in the compute job.

FfxBufferSRV

srvBuffers
SRV buffer resources to be bound in the compute job.

FfxTextureUAV

uavTextures
UAV texture resources to be bound in the compute job.

FfxBufferUAV

uavBuffers
UAV buffer resources to be bound in the compute job.

FfxConstantBuffer

cbs
Constant buffers to be bound in the compute job.