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 |
---|---|
pipeline
Compute pipeline for the render job.
|
|
uint32_t |
dimensions
Dispatch dimensions.
|
cmdArgument
Dispatch indirect cmd argument buffer.
|
|
uint32_t |
cmdArgumentOffset
Dispatch indirect offset within the cmd argument buffer.
|
srvTextures
SRV texture resources to be bound in the compute job.
|
|
srvBuffers
SRV buffer resources to be bound in the compute job.
|
|
uavTextures
UAV texture resources to be bound in the compute job.
|
|
uavBuffers
UAV buffer resources to be bound in the compute job.
|
|
cbs
Constant buffers to be bound in the compute job.
|