D3D12DDI_SET_WORK_GRAPH_DESC_0084 - NtDoc

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

typedef struct D3D12DDI_SET_WORK_GRAPH_DESC_0084 {
  D3D12DDI_PROGRAM_IDENTIFIER_0084              ProgramIdentifier;
  D3D12DDI_SET_WORK_GRAPH_FLAGS_0084            Flags;
  D3D12DDI_GPU_VIRTUAL_ADDRESS_RANGE            BackingMemory;
  D3D12DDI_GPU_VIRTUAL_ADDRESS_RANGE_AND_STRIDE NodeLocalRootArgumentsTable;
} D3D12DDI_SET_WORK_GRAPH_DESC_0084;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3d12umddi-d3d12ddi_set_work_graph_desc_0084)

Description

A D3D12DDI_SET_WORK_GRAPH_DESC_0084 structure describes a work graph to set when the Type field of a D3D12DDI_SET_PROGRAM_DESC_0084 structure is D3D12DDI_PROGRAM_TYPE_WORK_GRAPH_0084.

Members

ProgramIdentifier

A D3D12DDI_PROGRAM_IDENTIFIER_0084 structure that identifies the program to set.

Flags

A D3D12DDI_SET_WORK_GRAPH_FLAGS_0084 enumeration that specifies flags for setting the work graph.

BackingMemory

A D3D12DDI_GPU_VIRTUAL_ADDRESS_RANGE structure that specifies the backing memory for the work graph. The address must be 8-byte aligned.

NodeLocalRootArgumentsTable

A D3D12DDI_GPU_VIRTUAL_ADDRESS_RANGE structure that specifies the node-local root arguments table for the work graph. The address must be 8-byte aligned.

Remarks

For more information, see Work graphs.

See also

D3D12DDI_SET_PROGRAM_DESC_0084

PFND3D12DDI_SET_PROGRAM_0084