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

> 1 つの基本記述子ハンドルに対して相対的な記述子範囲のコレクションとして、記述子テーブルのルート署名 1.1 レイアウトを記述します。

1 つの基本記述子ハンドルに対して相対的な記述子範囲のコレクションとして、記述子テーブルのルート署名 1.1 レイアウトを記述します。

## 構文

```cpp theme={null}
typedef struct D3D12_ROOT_DESCRIPTOR_TABLE1
{
    UINT NumDescriptorRanges;
    const D3D12_DESCRIPTOR_RANGE1  pDescriptorRanges;
} D3D12_ROOT_DESCRIPTOR_TABLE1
```

### メンバー

*NumDescriptorRanges*\
型: UINT

テーブル レイアウト内の記述子範囲の数。

*pDescriptorRanges*\
型: const D3D12\_DESCRIPTOR\_RANGE1 \*

記述子範囲を記述する [D3D12\_DESCRIPTOR\_RANGE1](/reference/graphics/d3d12/structs/d3d12_descriptor_range1_public) 構造体の配列。

## 解説

サンプラーは、定数バッファー ビュー (CBV)、順序指定なしアクセス ビュー (UAV)、シェーダー リソース ビュー (SRV) と同じ記述子テーブル内には配置できません。

**D3D12\_ROOT\_DESCRIPTOR\_TABLE1** は、[D3D12\_ROOT\_PARAMETER1](/reference/graphics/d3d12/structs/d3d12_root_parameter1_public) の
**DescriptorTable** メンバーのデータ型です。
**D3D12\_ROOT\_PARAMETER1** の **SlotType** メンバーを [D3D12\_ROOT\_PARAMETER\_TYPE\_DESCRIPTOR\_TABLE](/reference/graphics/d3d12/enums/d3d12_root_parameter_type_public) に設定するときは、
**D3D12\_ROOT\_DESCRIPTOR\_TABLE1** を使用します。

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

## 要件

**ヘッダー:** 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\_DESCRIPTOR\_TABLE](/reference/graphics/d3d12/structs/d3d12_root_descriptor_table_public)

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


## Related topics

- [D3D12_ROOT_DESCRIPTOR_TABLE](/ja-jp/reference/graphics/d3d12/structs/d3d12_root_descriptor_table_public.md)
- [D3D12_DESCRIPTOR_RANGE1](/ja-jp/reference/graphics/d3d12/structs/d3d12_descriptor_range1_public.md)
- [D3D12_ROOT_PARAMETER1](/ja-jp/reference/graphics/d3d12/structs/d3d12_root_parameter1_public.md)
- [D3D12_DESCRIPTOR_RANGE_FLAGS](/ja-jp/reference/graphics/d3d12/enums/d3d12_descriptor_range_flags_public.md)
- [D3D12_ROOT_DESCRIPTOR](/ja-jp/reference/graphics/d3d12/structs/d3d12_root_descriptor_public.md)
