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

# D3D12_ROOT_PARAMETER1

> ルート署名バージョン 1.1 のスロットを記述します。

ルート署名バージョン 1.1 のスロットを記述します。

## 構文

```cpp theme={null}
typedef struct D3D12_ROOT_PARAMETER1
{
    D3D12_ROOT_PARAMETER_TYPE ParameterType;
    D3D12_ROOT_DESCRIPTOR_TABLE1 DescriptorTable;
    D3D12_ROOT_CONSTANTS Constants;
    D3D12_ROOT_DESCRIPTOR1 Descriptor;
    D3D12_SHADER_VISIBILITY ShaderVisibility;
} D3D12_ROOT_PARAMETER1
```

### メンバー

*ParameterType*\
型: D3D12\_ROOT\_PARAMETER\_TYPE

ルート署名スロットの種類を指定する [D3D12\_ROOT\_PARAMETER\_TYPE](/reference/graphics/d3d12/enums/d3d12_root_parameter_type_public) 型の値。このメンバーによって、以下の共用体で使用する型が決まります。

*DescriptorTable*\
型: D3D12\_ROOT\_DESCRIPTOR\_TABLE1

記述子ヒープ内で連続して現れる記述子範囲のコレクションとして、記述子テーブルのレイアウトを記述する [D3D12\_ROOT\_DESCRIPTOR\_TABLE1](/reference/graphics/d3d12/structs/d3d12_root_descriptor_table1_public) 構造体。

*Constants*\
型: D3D12\_ROOT\_CONSTANTS

シェーダーで 1 つの定数バッファーとして現れる、ルート署名内のインライン定数を記述する [D3D12\_ROOT\_CONSTANTS](/reference/graphics/d3d12/structs/d3d12_root_constants_public) 構造体。

*Descriptor*\
型: D3D12\_ROOT\_DESCRIPTOR1

シェーダーで現れる、ルート署名内のインライン記述子を記述する [D3D12\_ROOT\_DESCRIPTOR1](/reference/graphics/d3d12/structs/d3d12_root_descriptor1_public) 構造体。

*ShaderVisibility*\
型: D3D12\_SHADER\_VISIBILITY

ルート署名スロットの内容にアクセスできるシェーダーを指定する [D3D12\_SHADER\_VISIBILITY](/reference/graphics/d3d12/enums/d3d12_shader_visibility_public) 型の値。

## 解説

この構造体は、[D3D12\_ROOT\_SIGNATURE\_DESC1](/reference/graphics/d3d12/structs/d3d12_root_signature_desc1_public) 構造体と共に使用します。

ヘルパー構造体 [CD3DX12\_ROOT\_PARAMETER1](https://learn.microsoft.com/en-us/windows/desktop/direct3d12/cd3dx12-root-parameter1) を参照してください。

## 要件

**ヘッダー:** 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-structures)

[D3D12\_ROOT\_PARAMETER](/reference/graphics/d3d12/structs/d3d12_root_parameter_public)

[ルート署名バージョン 1.1](https://learn.microsoft.com/en-us/windows/desktop/direct3d12/root-signature-version-1-1)


## Related topics

- [D3D12_ROOT_DESCRIPTOR1](/ja-jp/reference/graphics/d3d12/structs/d3d12_root_descriptor1_public.md)
- [D3D12_ROOT_PARAMETER](/ja-jp/reference/graphics/d3d12/structs/d3d12_root_parameter_public.md)
- [D3D12_ROOT_DESCRIPTOR_TABLE1](/ja-jp/reference/graphics/d3d12/structs/d3d12_root_descriptor_table1_public.md)
- [D3D12_ROOT_SIGNATURE_DESC1](/ja-jp/reference/graphics/d3d12/structs/d3d12_root_signature_desc1_public.md)
- [D3D12_ROOT_DESCRIPTOR](/ja-jp/reference/graphics/d3d12/structs/d3d12_root_descriptor_public.md)
