> ## 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) 형식의 값입니다. 이 멤버는 아래 유니온(union)에서 사용할 형식을 결정합니다.

*DescriptorTable*\
형식: D3D12\_ROOT\_DESCRIPTOR\_TABLE1

디스크립터 힙에서 차례로 나타나는 디스크립터 범위 컬렉션으로서 디스크립터 테이블의 레이아웃을 설명하는 [D3D12\_ROOT\_DESCRIPTOR\_TABLE1](/reference/graphics/d3d12/structs/d3d12_root_descriptor_table1_public) 구조체입니다.

*Constants*\
형식: D3D12\_ROOT\_CONSTANTS

루트 서명에 인라인된 상수를 설명하는 [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](/ko/reference/graphics/d3d12/structs/d3d12_root_descriptor1_public.md)
- [D3D12_ROOT_PARAMETER](/ko/reference/graphics/d3d12/structs/d3d12_root_parameter_public.md)
- [D3D12_ROOT_DESCRIPTOR_TABLE1](/ko/reference/graphics/d3d12/structs/d3d12_root_descriptor_table1_public.md)
- [D3D12_ROOT_SIGNATURE_DESC1](/ko/reference/graphics/d3d12/structs/d3d12_root_signature_desc1_public.md)
- [D3D12_ROOT_DESCRIPTOR](/ko/reference/graphics/d3d12/structs/d3d12_root_descriptor_public.md)
