ID3D12PipelineState::GetCachedBlob method

Gets the cached blob representing the pipeline state.

Syntax


HRESULT GetCachedBlob(
  [out] ID3DBlob **ppBlob
);

Parameters

ppBlob [out]

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

Header

D3d12.h

Library

D3d12.lib

DLL

D3d12.dll

See also

ID3D12PipelineState

 

 

Show: