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.

MethodDescription
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

D3D12.h

Library

D3D12.lib

DLL

D3D12.dll

See also

ID3D12PipelineLibrary
Core Interfaces
ID3D12PipelineLibrary

 

 

Show: