// d3d12umddi.h
typedef struct D3D12DDI_DXIL_LIBRARY_DESC_0054 {
const UINT *pDXILLibrary;
UINT NumExports;
D3D12DDI_EXPORT_DESC_0054 *pExports;
} D3D12DDI_DXIL_LIBRARY_DESC_0054;
View the official Windows Driver Kit DDI referenceNo description available.
Describes the DXIL (DirectX Intermediate Language) library.
pDXILLibraryPointer to a DXIL library.
NumExportsOptional. The number of exports in the DXIL library. If 0, all exports in the library/collection will be surfaced.
pExportsPointer to an array of D3D12DDI_EXPORT_DESC_0054.
If there are multiple explicit subject associations with different subobject definitions that map to a given shader export, this is a conflict. If a conflict is discovered during DXIL library creation, library creation will fail. Otherwise if a conflict is discovered during state object creation, that fails.