> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# GetCachedBlob

> パイプライン ステートを表すキャッシュ済み blob を取得します。

パイプライン ステートを表すキャッシュ済み blob を取得します。

## 構文

```cpp theme={null}
HRESULT GetCachedBlob(
    ID3DBlob  ppBlob
)
```

### パラメーター

*ppBlob \[out]*\
型: ID3DBlob \*\*

このメソッドから戻った後、パイプライン ステートを表すキャッシュ済み blob を指します。

### 戻り値

型: HRESULT

このメソッドは、[Direct3D 12 のリターン コード](https://learn.microsoft.com/en-us/windows/desktop/direct3d12/d3d12-graphics-reference-returnvalues) のいずれかを返します。

## 解説

[D3D12\_CACHED\_PIPELINE\_STATE](/reference/graphics/d3d12/structs/d3d12_cached_pipeline_state_public) の解説を参照してください。

## 要件

**ヘッダー:** d3d12\_xs.h または d3d12\_x.h\
**ライブラリ:** d3d12\_xs.lib または d3d12\_x.lib\
**サポートされているプラットフォーム**: XBOX Series 本体および XBOX One ファミリ

## 関連項目

[ID3D12PipelineState](/reference/graphics/d3d12_xs/interfaces/ID3D12PipelineState/id3d12pipelinestate_xs)


## Related topics

- [D3D12_CACHED_PIPELINE_STATE](/ja-jp/reference/graphics/d3d12/structs/d3d12_cached_pipeline_state_public.md)
- [XtfGetCachedTitleOSVersions](/ja-jp/reference/tools/xtf/xtfapi/functions/xtfgetcachedtitleosversions-xtfapi-xbox-windows-m.md)
- [XtfGetCachedTitleOSVersionsCallback](/ja-jp/reference/tools/xtf/xtfapi/functions/xtfgetcachedtitleosversionscallback-xtfapi-xbox-windows-m.md)
- [D3D12_COMPUTE_PIPELINE_STATE_DESC](/ja-jp/reference/graphics/d3d12/structs/d3d12_compute_pipeline_state_desc_public.md)
- [XblTitleStorageGetBlobMetadataAsync](/ja-jp/reference/live/xsapi-c/title_storage_c/functions/xbltitlestoragegetblobmetadataasync.md)
