ID3D12PipelineLibrary1 interface (d3d12.h)

Manages a pipeline library. This interface extends ID3D12PipelineLibrary to load PSOs from a pipeline state stream description.

Inheritance

The ID3D12PipelineLibrary1 interface inherits from ID3D12PipelineLibrary. ID3D12PipelineLibrary1 also has these types of members:

Methods

The ID3D12PipelineLibrary1 interface has these methods.

 
ID3D12PipelineLibrary1::LoadPipeline

Retrieves the requested PSO from the library. The pipeline stream description is matched against the library database, and remembered in order to prevent duplication of PSO contents.

Requirements

Requirement Value
Target Platform Windows
Header d3d12.h

See also

Core Interfaces

ID3D12PipelineLibrary