D3D12DDI_COALESCING_LAUNCH_NODE_PROPERTIES_0084 结构 (d3d12umddi.h)

请改 用 D3D12DDI_COALESCING_LAUNCH_NODE_PROPERTIES_0108

语法

typedef struct D3D12DDI_COALESCING_LAUNCH_NODE_PROPERTIES_0084 {
  D3D12DDI_NODE_ID_0084           FinalName;
  BOOL                            bProgramEntry;
  D3D12DDI_NODE_IO_KIND_0084      InputNodeIOKind;
  UINT                            InputNodeIOFlags;
  UINT                            InputRecordSizeInBytes;
  UINT                            InputMaxRecordArraySize;
  UINT                            GroupSharedUsageInBytes;
  UINT                            MaxRecursionDepth;
  const UINT                      *pLocalRootArgumentsTableIndex;
  const UINT                      *pShareInputOfNodeIndex;
  UINT                            NumInputNodeIndices;
  const UINT                      *pInputNodeIndices;
  UINT                            NumNodesSharingInputWithThisNode;
  const UINT                      *pIndicesOfNodesSharingInputWithThisNode;
  UINT                            NumOutputs;
  const D3D12DDI_NODE_OUTPUT_0084 *pOutputs;
} D3D12DDI_COALESCING_LAUNCH_NODE_PROPERTIES_0084;

成员

FinalName

bProgramEntry

InputNodeIOKind

InputNodeIOFlags

InputRecordSizeInBytes

InputMaxRecordArraySize

GroupSharedUsageInBytes

MaxRecursionDepth

pLocalRootArgumentsTableIndex

pShareInputOfNodeIndex

NumInputNodeIndices

pInputNodeIndices

NumNodesSharingInputWithThisNode

pIndicesOfNodesSharingInputWithThisNode

NumOutputs

pOutputs

注解

有关详细信息,请参阅 工作图

要求

要求
最低受支持的客户端 Windows 11,版本 24H2 (WDDM 3.2)
标头 d3d12umddi.h

另请参阅

D3D12DDI_SHADER_NODE_0084