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

> 表示带版本的设备移除扩展数据 (DRED)。

表示带版本的设备移除扩展数据 (DRED)，以便调试器和调试器扩展可以访问 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

一个 [D3D12\_DRED\_VERSION](/reference/graphics/d3d12/enums/d3d12_dred_version_public) 值，指定 DRED 版本。此值决定联合体中哪个内部数据成员处于活动状态。

*Dred\_1\_0*\
类型：D3D12\_DEVICE\_REMOVED\_EXTENDED\_DATA

一个 [D3D12\_DEVICE\_REMOVED\_EXTENDED\_DATA](/reference/graphics/d3d12/structs/d3d12_device_removed_extended_data_public) 值，包含 DRED 1.0 版本的数据。

*Dred\_1\_1*\
类型：D3D12\_DEVICE\_REMOVED\_EXTENDED\_DATA1

一个 [D3D12\_DEVICE\_REMOVED\_EXTENDED\_DATA1](/reference/graphics/d3d12/structs/d3d12_device_removed_extended_data1_public) 值，包含 DRED 1.1 版本的数据。

## 要求

**头文件：** 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](/zh-CN/reference/graphics/d3d12/structs/d3d12_device_removed_extended_data1_public.md)
- [D3D12_DRED_VERSION](/zh-CN/reference/graphics/d3d12/enums/d3d12_dred_version_public.md)
- [D3D12_DEVICE_REMOVED_EXTENDED_DATA](/zh-CN/reference/graphics/d3d12/structs/d3d12_device_removed_extended_data_public.md)
- [ID3D12DeviceRemovedExtendedData](/zh-CN/reference/graphics/d3d12/interfaces/id3d12deviceremovedextendeddata/id3d12deviceremovedextendeddata_public.md)
- [ID3D12DeviceRemovedExtendedDataSettings](/zh-CN/reference/graphics/d3d12/interfaces/id3d12deviceremovedextendeddatasettings/id3d12deviceremovedextendeddatasettings_public.md)
