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

> ルート署名バージョン 1.1 のレイアウトを記述します。

ルート署名バージョン 1.1 のレイアウトを記述します。

## 構文

```cpp theme={null}
typedef struct D3D12_ROOT_SIGNATURE_DESC1
{
    UINT NumParameters;
    const D3D12_ROOT_PARAMETER1  pParameters;
    UINT NumStaticSamplers;
    const D3D12_STATIC_SAMPLER_DESC  pStaticSamplers;
    D3D12_ROOT_SIGNATURE_FLAGS Flags;
} D3D12_ROOT_SIGNATURE_DESC1
```

### メンバー

*NumParameters*\
型: UINT

ルート署名内のスロットの数。この数は <i>pParameters</i> 配列の要素数でもあります。

*pParameters*\
型: const D3D12\_ROOT\_PARAMETER1 \*

ルート署名内のスロット用の [D3D12\_ROOT\_PARAMETER1](/reference/graphics/d3d12/structs/d3d12_root_parameter1_public) 構造体の配列。

*NumStaticSamplers*\
型: UINT

静的サンプラーの数を指定します。

*pStaticSamplers*\
型: const D3D12\_STATIC\_SAMPLER\_DESC \*

1 つ以上の [D3D12\_STATIC\_SAMPLER\_DESC](/reference/graphics/d3d12/structs/d3d12_static_sampler_desc_public) 構造体へのポインター。

*Flags*\
型: D3D12\_ROOT\_SIGNATURE\_FLAGS

データの揮発性を決定する [D3D12\_ROOT\_SIGNATURE\_FLAGS](/reference/graphics/d3d12_xs/enums/d3d12_root_signature_flags_xs) を指定します。

## 解説

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

## 要件

**ヘッダー:** 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\_SIGNATURE\_DESC](/reference/graphics/d3d12/structs/d3d12_root_signature_desc_public)

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


## Related topics

- [D3D12_VERSIONED_ROOT_SIGNATURE_DESC](/ja-jp/reference/graphics/d3d12/structs/d3d12_versioned_root_signature_desc_public.md)
- [D3D12_ROOT_SIGNATURE_DESC](/ja-jp/reference/graphics/d3d12/structs/d3d12_root_signature_desc_public.md)
- [ID3D12VersionedRootSignatureDeserializer](/ja-jp/reference/graphics/d3d12/interfaces/id3d12versionedrootsignaturedeserializer/id3d12versionedrootsignaturedeserializer_public.md)
- [D3D12_ROOT_PARAMETER1](/ja-jp/reference/graphics/d3d12/structs/d3d12_root_parameter1_public.md)
- [D3D12CreateVersionedRootSignatureDeserializer](/ja-jp/reference/graphics/d3d12/functions/d3d12createversionedrootsignaturedeserializer_public.md)
