Skip to content

FfxExecuteGPUJobParams

struct FfxExecuteGPUJobParams

Public Interface

Public Members:

ID3D12Resource * pResource

ID3D12Resource * pResource

The D3D resource which will take part in the GPU job.

Source: sdk/include/FidelityFX/host/backends/gdk/ffx_gdk.h (line 125, column 28)

uint32_t internalResource

uint32_t internalResource

Non-zero if the resource is an internal FidelityFX resource.

Source: sdk/include/FidelityFX/host/backends/gdk/ffx_gdk.h (line 126, column 29)

FfxResourceStates resourceState

FfxResourceStates resourceState

Current resource state of the D3DResource (The resource MUST return from callback in the same state)

Source: sdk/include/FidelityFX/host/backends/gdk/ffx_gdk.h (line 127, column 29)

Source: sdk/include/FidelityFX/host/backends/gdk/ffx_gdk.h (line 123, column 5)