다음을 통해 공유


D3D12DDI_THREAD_LAUNCH_NODE_PROPERTIES_0084 구조체(d3d12umddi.h)

대신 D3D12DDI_THREAD_LAUNCH_NODE_PROPERTIES_0108 사용합니다.

구문

typedef struct D3D12DDI_THREAD_LAUNCH_NODE_PROPERTIES_0084 {
  D3D12DDI_NODE_ID_0084           FinalName;
  BOOL                            bProgramEntry;
  D3D12DDI_NODE_IO_KIND_0084      InputNodeIOKind;
  UINT                            InputNodeIOFlags;
  UINT                            InputRecordSizeInBytes;
  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_THREAD_LAUNCH_NODE_PROPERTIES_0084;

멤버

FinalName

bProgramEntry

InputNodeIOKind

InputNodeIOFlags

InputRecordSizeInBytes

GroupSharedUsageInBytes

MaxRecursionDepth

pLocalRootArgumentsTableIndex

pShareInputOfNodeIndex

NumInputNodeIndices

pInputNodeIndices

NumNodesSharingInputWithThisNode

pIndicesOfNodesSharingInputWithThisNode

NumOutputs

pOutputs

설명

자세한 내용은 작업 그래프를 참조하세요.

요구 사항

요구 사항
지원되는 최소 클라이언트 Windows 11 버전 24H2(WDDM 3.2)
머리글 d3d12umddi.h

추가 정보

D3D12DDI_SHADER_NODE_0084