Partager via


ID3D12PipelineState::GetCachedBlob, méthode (d3d12.h)

Obtient l’objet blob mis en cache représentant l’état du pipeline.

Syntaxe

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

Paramètres

[out] ppBlob

Type : ID3DBlob**

Une fois cette méthode retournée, pointe vers l’objet blob mis en cache représentant l’état du pipeline.

Valeur retournée

Type : HRESULT

Cette méthode retourne l’un des codes de retour Direct3D 12.

Notes

Reportez-vous aux remarques pour D3D12_CACHED_PIPELINE_STATE.

Spécifications

   
Plateforme cible Windows
En-tête d3d12.h
Bibliothèque D3d12.lib
DLL D3d12.dll

Voir aussi

ID3D12PipelineState