D3D12DDI_NODE_0084 - NtDoc

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

typedef struct D3D12DDI_NODE_0084 {
  UINT                    NodeIndex;
  D3D12DDI_NODE_TYPE_0084 NodeType;
  union {
    D3D12DDI_SHADER_NODE_0084 Shader;
  };
} D3D12DDI_NODE_0084;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

The D3D12DDI_NODE_0084 structure describes a node in a work graph.

Members

NodeIndex

The index of the node in the work graph.

NodeType

A D3D12DDI_NODE_TYPE_0084 enumeration that specifies the type of the node and which union member is valid.

Shader

A D3D12DDI_SHADER_NODE_0084 structure that describes the shader node.

Remarks

For more information, see Work graphs.

See also

D3D12DDI_WORK_GRAPH_DESC_0084

PFND3D12DDI_ADD_TO_STATE_OBJECT_0072

PFND3D12DDI_CREATE_STATE_OBJECT_0054

PFND3D12DDI_DISPATCH_GRAPH_0084