> ## 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.

# ID3D12RootSignature

> ルート署名は、グラフィックス パイプラインにバインドされるリソースを定義します。ルート署名はアプリによって構成され、コマンド リストを次にリンクします。

ルート署名は、グラフィックス パイプラインにバインドされるリソースを定義します。ルート署名はアプリによって構成され、コマンド リストをシェーダーが必要とするリソースにリンクします。現在、アプリごとに 1 つのグラフィックス ルート署名と 1 つのコンピューティング ルート署名があります。

## 要件

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

## 関連項目

[コア インターフェイス](https://learn.microsoft.com/en-us/windows/desktop/direct3d12/direct3d-12-interfaces)

[ID3D12DeviceChild](/reference/graphics/d3d12/interfaces/id3d12devicechild/id3d12devicechild_public)

[ルート署名](https://learn.microsoft.com/en-us/windows/desktop/direct3d12/root-signatures)


## Related topics

- [SetComputeRootSignature](/ja-jp/reference/graphics/d3d12/interfaces/id3d12graphicscommandlist/methods/id3d12graphicscommandlist_setcomputerootsignature_public.md)
- [SetGraphicsRootSignature](/ja-jp/reference/graphics/d3d12/interfaces/id3d12graphicscommandlist/methods/id3d12graphicscommandlist_setgraphicsrootsignature_public.md)
- [D3D12_LOCAL_ROOT_SIGNATURE](/ja-jp/reference/graphics/d3d12/structs/d3d12_local_root_signature_public.md)
- [D3D12_GLOBAL_ROOT_SIGNATURE](/ja-jp/reference/graphics/d3d12/structs/d3d12_global_root_signature_public.md)
- [CreateRootSignature](/ja-jp/reference/graphics/d3d12/interfaces/id3d12device/methods/id3d12device_createrootsignature_public.md)
