structure D3D12DDI_DXIL_LIBRARY_DESC_0054 (d3d12umddi.h)
Décrit la bibliothèque DXIL (DirectX Intermediate Language).
Syntaxe
typedef struct D3D12DDI_DXIL_LIBRARY_DESC_0054 {
const UINT *pDXILLibrary;
UINT NumExports;
D3D12DDI_EXPORT_DESC_0054 *pExports;
} D3D12DDI_DXIL_LIBRARY_DESC_0054;
Membres
pDXILLibrary
Pointeur vers une bibliothèque DXIL.
NumExports
Optionnel. Nombre d’exportations dans la bibliothèque DXIL. Si 0, toutes les exportations de la bibliothèque/collection sont exposées.
pExports
Pointeur vers un tableau de D3D12DDI_EXPORT_DESC_0054.
Remarques
S’il existe plusieurs associations d’objet explicites avec différentes définitions de sous-objet qui mappent à une exportation de nuanceur donnée, il s’agit d’un conflit. Si un conflit est détecté lors de la création de la bibliothèque DXIL, la création de bibliothèque échoue. Sinon, si un conflit est détecté lors de la création d’un objet d’état, cela échoue.
Exigences
Exigence | Valeur |
---|---|
client minimum pris en charge | Windows 10, version 1809 |
d’en-tête | d3d12umddi.h |