// 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 referenceNo description available.
The D3D12DDI_NODE_0084 structure describes a node in a work graph.
NodeIndexThe index of the node in the work graph.
NodeTypeA D3D12DDI_NODE_TYPE_0084 enumeration that specifies the type of the node and which union member is valid.
ShaderA D3D12DDI_SHADER_NODE_0084 structure that describes the shader node.
For more information, see Work graphs.
PFND3D12DDI_ADD_TO_STATE_OBJECT_0072
PFND3D12DDI_CREATE_STATE_OBJECT_0054
PFND3D12DDI_DISPATCH_GRAPH_0084