PFND3D12DDI_DISPATCH_GRAPH_0084 callback function (d3d12umddi.h)

UMD's PFND3D12DDI_DISPATCH_GRAPH_0084 function dispatches a work graph for execution on the GPU.

Syntax

PFND3D12DDI_DISPATCH_GRAPH_0084 Pfnd3d12ddiDispatchGraph0084;

void Pfnd3d12ddiDispatchGraph0084(
  D3D12DDI_HCOMMANDLIST unnamedParam1,
  const D3D12DDI_DISPATCH_GRAPH_DESC_0084 *unnamedParam2
)
{...}

Parameters

unnamedParam1

[in] Handle to the command list.

unnamedParam2

[in] Pointer to a D3D12DDI_DISPATCH_GRAPH_DESC_0084 structure that describes the work graph.

Return value

None

Remarks

For more information, see Work graphs.

Requirements

Requirement Value
Header d3d12umddi.h

See also

D3D12DDI_DISPATCH_GRAPH_DESC_0084