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

> 버전이 지정된 Device Removed Extended Data(DRED) 데이터를 나타냅니다.

디버거 및 디버거 확장이 DRED 데이터에 액세스할 수 있도록 버전이 지정된 Device Removed Extended Data(DRED) 데이터를 나타냅니다.

## 구문

```cpp theme={null}
typedef struct D3D12_VERSIONED_DEVICE_REMOVED_EXTENDED_DATA
{
    D3D12_DRED_VERSION Version;
    D3D12_DEVICE_REMOVED_EXTENDED_DATA Dred_1_0;
    D3D12_DEVICE_REMOVED_EXTENDED_DATA1 Dred_1_1;
} D3D12_VERSIONED_DEVICE_REMOVED_EXTENDED_DATA
```

### 멤버

*Version*\
형식: D3D12\_DRED\_VERSION

DRED 버전을 지정하는 [D3D12\_DRED\_VERSION](/reference/graphics/d3d12/enums/d3d12_dred_version_public) 값입니다. 이 값은 공용체 중 어느 내부 데이터 멤버가 활성 상태인지를 결정합니다.

*Dred\_1\_0*\
형식: D3D12\_DEVICE\_REMOVED\_EXTENDED\_DATA

DRED 버전 1.0 데이터를 포함하는 [D3D12\_DEVICE\_REMOVED\_EXTENDED\_DATA](/reference/graphics/d3d12/structs/d3d12_device_removed_extended_data_public) 값입니다.

*Dred\_1\_1*\
형식: D3D12\_DEVICE\_REMOVED\_EXTENDED\_DATA1

DRED 버전 1.1 데이터를 포함하는 [D3D12\_DEVICE\_REMOVED\_EXTENDED\_DATA1](/reference/graphics/d3d12/structs/d3d12_device_removed_extended_data1_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)
* [DRED를 사용하여 GPU 결함 진단](https://learn.microsoft.com/en-us/windows/desktop/direct3d12/use-dred)


## Related topics

- [D3D12_DEVICE_REMOVED_EXTENDED_DATA1](/ko/reference/graphics/d3d12/structs/d3d12_device_removed_extended_data1_public.md)
- [D3D12_DRED_VERSION](/ko/reference/graphics/d3d12/enums/d3d12_dred_version_public.md)
- [D3D12_DEVICE_REMOVED_EXTENDED_DATA](/ko/reference/graphics/d3d12/structs/d3d12_device_removed_extended_data_public.md)
- [ID3D12DeviceRemovedExtendedData](/ko/reference/graphics/d3d12/interfaces/id3d12deviceremovedextendeddata/id3d12deviceremovedextendeddata_public.md)
- [ID3D12DeviceRemovedExtendedDataSettings](/ko/reference/graphics/d3d12/interfaces/id3d12deviceremovedextendeddatasettings/id3d12deviceremovedextendeddatasettings_public.md)
