D3D12DDI_NODE_PROPERTIES_TYPE_0108 enumeration (d3d12umddi.h)

The D3D12DDI_NODE_PROPERTIES_TYPE_0108 enumeration specifies the type of properties associated with a node in a work graph.

Syntax

typedef enum D3D12DDI_NODE_PROPERTIES_TYPE_0108 {
  D3D12DDI_NODE_PROPERTIES_TYPE_BROADCASTING_LAUNCH_0108,
  D3D12DDI_NODE_PROPERTIES_TYPE_COALESCING_LAUNCH_0108,
  D3D12DDI_NODE_PROPERTIES_TYPE_THREAD_LAUNCH_0108
} ;

Constants

 
D3D12DDI_NODE_PROPERTIES_TYPE_BROADCASTING_LAUNCH_0108
Indicates that the node properties are related to a broadcasting launch node (one input seen by many thread groups).
D3D12DDI_NODE_PROPERTIES_TYPE_COALESCING_LAUNCH_0108
Indicates that the node properties are related to a coalescing launch node (variable inputs seen by each thread group).
D3D12DDI_NODE_PROPERTIES_TYPE_THREAD_LAUNCH_0108
Indicates that the node properties are related to a thread launch node (one input per thread).

Remarks

For more information, see Work graphs.

Requirements

Requirement Value
Minimum supported client Windows 11, version 24H2 (WDDM 3.2)
Header d3d12umddi.h

See also

D3D12DDI_SHADER_NODE_0108