D3D12DDI_LIBRARY_REFERENCE_0010 - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3d12umddi.h

typedef struct D3D12DDI_LIBRARY_REFERENCE_0010 {
  D3D12DDI_HPIPELINELIBRARY hLibrary;
  UINT                      PipelineIndex;
} D3D12DDI_LIBRARY_REFERENCE_0010;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3d12umddi-d3d12ddi_library_reference_0010)

D3D12DDI_LIBRARY_REFERENCE_0010 structure

Description

Describes a pipeline library.

Members

hLibrary

A user mode handle type D3D12DDI_HPIPELINELIBRARY library.

PipelineIndex

The pipeline index in the pipeline stack.

Remarks

See also