PFND3D12DDI_DISPATCH_GRAPH_0108 - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3d12umddi.h

PFND3D12DDI_DISPATCH_GRAPH_0108 Pfnd3d12ddiDispatchGraph0108;

void Pfnd3d12ddiDispatchGraph0108(
  D3D12DDI_HCOMMANDLIST unnamedParam1,
  const D3D12DDI_DISPATCH_GRAPH_DESC_0108 *unnamedParam2
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-d3d12umddi-pfnd3d12ddi_dispatch_graph_0108)

Description

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

Parameters

unnamedParam1

[in] Handle to the command list.

unnamedParam2

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

Remarks

For more information, see Work graphs.

See also

D3D12DDI_DISPATCH_GRAPH_DESC_0108