// d3d12umddi.h
PFND3D12DDI_CREATE_PIPELINE_LIBRARY_0010 Pfnd3d12ddiCreatePipelineLibrary0010;
HRESULT Pfnd3d12ddiCreatePipelineLibrary0010(
D3D12DDI_HDEVICE unnamedParam1,
const D3D12DDIARG_CREATE_PIPELINE_LIBRARY_0010 *unnamedParam2,
D3D12DDI_HPIPELINELIBRARY unnamedParam3
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
Create a pipeline library.
unnamedParam1A handle to the display device (graphics context).
unnamedParam2Pointer to a D3D12DDIARG_CREATE_PIPELINE_LIBRARY_0010 structure.
unnamedParam3A handle to a pipeline library.
Returns HRESULT.
//Declaration
PFND3D12DDI_CREATE_PIPELINE_LIBRARY_0010 Pfnd3d12ddiCreatePipelineLibrary0010;
// Definition
HRESULT Pfnd3d12ddiCreatePipelineLibrary0010
(
D3D12DDI_HDEVICE
CONST D3D12DDIARG_CREATE_PIPELINE_LIBRARY_0010 *
D3D12DDI_HPIPELINELIBRARY
)
{...}
PFND3D12DDI_CREATE_PIPELINE_LIBRARY_0010