Skip to content

Latest commit

 

History

History
71 lines (57 loc) · 2.14 KB

ns-d3d12-d3d12_dxil_library_desc.md

File metadata and controls

71 lines (57 loc) · 2.14 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:d3d12.D3D12_DXIL_LIBRARY_DESC
D3D12_DXIL_LIBRARY_DESC (d3d12.h)
Describes a DXIL library state subobject that can be included in a state object.
D3D12_DXIL_LIBRARY_DESC
D3D12_DXIL_LIBRARY_DESC structure
PD3D12_DXIL_LIBRARY_DESC
PD3D12_DXIL_LIBRARY_DESC structure pointer
d3d12/D3D12_DXIL_LIBRARY_DESC
d3d12/PD3D12_DXIL_LIBRARY_DESC
direct3d12.d3d12_dxil_library_desc
direct3d12\d3d12_dxil_library_desc.htm
direct3d12
C21E91D4-C307-40D8-A82E-DDB542C1D346
12/05/2018
D3D12_DXIL_LIBRARY_DESC, D3D12_DXIL_LIBRARY_DESC structure, PD3D12_DXIL_LIBRARY_DESC, PD3D12_DXIL_LIBRARY_DESC structure pointer, d3d12/D3D12_DXIL_LIBRARY_DESC, d3d12/PD3D12_DXIL_LIBRARY_DESC, direct3d12.d3d12_dxil_library_desc
d3d12.h
Windows
Windows
D3D12_DXIL_LIBRARY_DESC
19H1
D3D12_DXIL_LIBRARY_DESC
d3d12/D3D12_DXIL_LIBRARY_DESC
c++
APIRef
kbSyntax
HeaderDef
D3D12.h
D3D12_DXIL_LIBRARY_DESC

D3D12_DXIL_LIBRARY_DESC structure

-description

Describes a DXIL library state subobject that can be included in a state object.

-struct-fields

-field DXILLibrary

The library to include in the state object. Must have been compiled with library target 6.3 or higher. It is fine to specify the same library multiple times either in the same state object / collection or across multiple, as long as the names exported each time don’t conflict in a given state object.

-field NumExports

The size of pExports array. If 0, everything gets exported from the library.

pExports

Optional exports array. For more information, see D3D12_EXPORT_DESC.

-field pExports