D3D12DDI_MULTI_NODE_CPU_INPUT_0108 - NtDoc

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

typedef struct D3D12DDI_MULTI_NODE_CPU_INPUT_0108 {
  UINT                         NumNodeInputs;
  D3D12DDI_NODE_CPU_INPUT_0108 *pNodeInputs;
  UINT64                       NodeInputStrideInBytes;
} D3D12DDI_MULTI_NODE_CPU_INPUT_0108;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

The D3D12DDI_MULTI_NODE_CPU_INPUT_0108 structure describes the input data for multiple nodes within a work graph where the input is provided by the CPU.

Members

NumNodeInputs

The number of entries in the array that pNodeInputs points to.

pNodeInputs

Pointer to an array of D3D12DDI_NODE_CPU_INPUT_0108 structures.

NodeInputStrideInBytes

Distance between each D3D12DDI_NODE_CPU_INPUT_0108 structure in the array that pNodeInputs points to, in bytes.

Remarks

For more information, see Work graphs.

See also

D3D12DDI_DISPATCH_GRAPH_DESC_0108

PFND3D12DDI_DISPATCH_GRAPH_0108