D3D12DDI_FUNCTION_SUMMARY_NODE_0054 - NtDoc

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

typedef struct D3D12DDI_FUNCTION_SUMMARY_NODE_0054 {
  LPCWSTR                             ExportNameUnmangled;
  LPCWSTR                             ExportNameMangled;
  UINT                                NumAssociatedSubobjects;
  const D3D12DDI_STATE_SUBOBJECT_0054 const * * ppAssociatedSubobjects;
  D3D12DDI_EXPORT_SUMMARY_FLAGS       Flags;
} D3D12DDI_FUNCTION_SUMMARY_NODE_0054;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

D3D12DDI_FUNCTION_SUMMARY_NODE_0054 structure

Description

A list of shader entry points for a subobject association.

Members

ExportNameUnmangled

The unmangled export name.

ExportNameMangled

The mangled export name.

NumAssociatedSubobjects

The number of associated subobjects.

ppAssociatedSubobjects

Pointer to an array of associated subobjects.

Flags

Flags.

Remarks

See also