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

> Represents versioned Device Removed Extended Data (DRED) data.

Represents versioned Device Removed Extended Data (DRED) data, so that debuggers and debugger extensions can access DRED data.

## Syntax

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

### Members

*Version*\
Type: D3D12\_DRED\_VERSION

A [D3D12\_DRED\_VERSION](/reference/graphics/d3d12/enums/d3d12_dred_version_public) value, specifying a DRED version. This value determines which inner data member (of the union) is active.

*Dred\_1\_0*\
Type: D3D12\_DEVICE\_REMOVED\_EXTENDED\_DATA

A [D3D12\_DEVICE\_REMOVED\_EXTENDED\_DATA](/reference/graphics/d3d12/structs/d3d12_device_removed_extended_data_public) value, containing DRED version 1.0 data.

*Dred\_1\_1*\
Type: D3D12\_DEVICE\_REMOVED\_EXTENDED\_DATA1

A [D3D12\_DEVICE\_REMOVED\_EXTENDED\_DATA1](/reference/graphics/d3d12/structs/d3d12_device_removed_extended_data1_public) value, containing DRED version 1.1 data.

## Requirements

**Header:** d3d12\_xs.h or d3d12\_x.h\
**Library:** d3d12\_xs.lib or d3d12\_x.lib\
**Supported Platforms**: XBOX Series consoles and XBOX One family

## See Also

* [Core structures](https://learn.microsoft.com/en-us/windows/desktop/direct3d12/direct3d-12-structures)
* [Use DRED to diagnose GPU faults](https://learn.microsoft.com/en-us/windows/desktop/direct3d12/use-dred)


## Related topics

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