ID3D12PipelineState::GetCachedBlob method (d3d12.h)
Gets the cached blob representing the pipeline state.
Syntax
HRESULT GetCachedBlob(
[out] ID3DBlob **ppBlob
);
Parameters
[out] ppBlob
Type: ID3DBlob**
After this method returns, points to the cached blob representing the pipeline state.
Return value
Type: HRESULT
This method returns one of the Direct3D 12 Return Codes.
Remarks
Refer to the remarks for D3D12_CACHED_PIPELINE_STATE.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | d3d12.h |
Library | D3d12.lib |
DLL | D3d12.dll |