// d3d12umddi.h
typedef struct D3D12DDI_NODE_ID_0108 {
LPCWSTR Name;
UINT ArrayIndex;
} D3D12DDI_NODE_ID_0108;
View the official Windows Driver Kit DDI referenceNo description available.
The D3D12DDI_NODE_ID_0108 structure specifies the ID of a node in a work graph.
NameThe string part of the node ID.
ArrayIndexArray index part of Node ID (defaults to 0 if not specified in HLSL)
See Node ID for more information.
D3D12DDI_BROADCASTING_LAUNCH_NODE_PROPERTIES_0108
D3D12DDI_COALESCING_LAUNCH_NODE_PROPERTIES_0108
D3D12DDI_THREAD_LAUNCH_NODE_PROPERTIES_0108