ID3D12PipelineLibrary1 interface
Manages a pipeline library. This interface extends ID3D12PipelineLibrary to load PSOs from a pipeline state stream description.
Members
The ID3D12PipelineLibrary1 interface inherits from ID3D12PipelineLibrary. ID3D12PipelineLibrary1 also has these types of members:
Methods
The ID3D12PipelineLibrary1 interface has these methods.
| Method | Description |
|---|---|
| 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
|
Header |
|
|---|---|
|
Library |
|
|
DLL |
|
See also
- ID3D12PipelineLibrary
- Core Interfaces
- ID3D12PipelineLibrary