FfxRasterJobDescription
struct FfxRasterJobDescription
Dependencies
This type depends on:
Public Interface
Public Members:
FfxPipelineState pipeline
FfxPipelineState pipeline
Raster pipeline for the render job.
Source: sdk/include/FidelityFX/host/ffx_types.h
(line 1106, column 37)
uint32_t numVertices
uint32_t numVertices
Source: sdk/include/FidelityFX/host/ffx_types.h
(line 1107, column 37)
FfxResourceInternal renderTarget
FfxResourceInternal renderTarget
Source: sdk/include/FidelityFX/host/ffx_types.h
(line 1108, column 37)
FfxTextureSRV srvTextures
FfxTextureSRV srvTextures
SRV texture resources to be bound in the compute job.
Source: sdk/include/FidelityFX/host/ffx_types.h
(line 1109, column 37)
FfxTextureUAV uavTextures
FfxTextureUAV uavTextures
UAV texture resources to be bound in the compute job.
Source: sdk/include/FidelityFX/host/ffx_types.h
(line 1110, column 37)
FfxConstantBuffer cbs
FfxConstantBuffer cbs
Constant buffers to be bound in the compute job.
Source: sdk/include/FidelityFX/host/ffx_types.h
(line 1112, column 37)
Used By: FfxGpuJobDescription
Source: sdk/include/FidelityFX/host/ffx_types.h
(line 1104, column 1)