ID3D12PipelineLibrary1

Undocumented in source.

Members

Functions

LoadPipeline
HRESULT LoadPipeline(wchar* Name, D3D12_PIPELINE_STATE_STREAM_DESC* pDesc, REFIID riid, void** ppPipelineState)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Inherited Members

From ID3D12PipelineLibrary

StorePipeline
HRESULT StorePipeline(wchar* pName, ID3D12PipelineState pPipeline)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
LoadGraphicsPipeline
HRESULT LoadGraphicsPipeline(wchar* pName, D3D12_GRAPHICS_PIPELINE_STATE_DESC* pDesc, REFIID riid, void** ppPipelineState)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
LoadComputePipeline
HRESULT LoadComputePipeline(wchar* pName, D3D12_COMPUTE_PIPELINE_STATE_DESC* pDesc, REFIID riid, void** ppPipelineState)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetSerializedSize
size_t GetSerializedSize()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
Serialize
HRESULT Serialize(void* pData, size_t DataSizeInBytes)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Meta