// d3d12umddi.h
PFND3D12DDI_DESTROY_PIPELINE_LIBRARY_0010 Pfnd3d12ddiDestroyPipelineLibrary0010;
VOID Pfnd3d12ddiDestroyPipelineLibrary0010(
D3D12DDI_HDEVICE unnamedParam1,
D3D12DDI_HPIPELINELIBRARY unnamedParam2
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
Destroys the pipeline library.
unnamedParam1A handle to the display device (graphics context).
unnamedParam2A pipeline library handle.
//Declaration
PFND3D12DDI_DESTROY_PIPELINE_LIBRARY_0010 Pfnd3d12ddiDestroyPipelineLibrary0010;
// Definition
VOID Pfnd3d12ddiDestroyPipelineLibrary0010
(
D3D12DDI_HDEVICE
D3D12DDI_HPIPELINELIBRARY
)
{...}
PFND3D12DDI_DESTROY_PIPELINE_LIBRARY_0010