// d3d12umddi.h
typedef struct D3D12DDI_LIBRARY_REFERENCE_0010 {
D3D12DDI_HPIPELINELIBRARY hLibrary;
UINT PipelineIndex;
} D3D12DDI_LIBRARY_REFERENCE_0010;
View the official Windows Driver Kit DDI referenceNo description available.
Describes a pipeline library.
hLibraryA user mode handle type D3D12DDI_HPIPELINELIBRARY library.
PipelineIndexThe pipeline index in the pipeline stack.