// 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 referenceNo description available.
A list of shader entry points for a subobject association.
ExportNameUnmangledThe unmangled export name.
ExportNameMangledThe mangled export name.
NumAssociatedSubobjectsThe number of associated subobjects.
ppAssociatedSubobjectsPointer to an array of associated subobjects.
FlagsFlags.