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

> Defines constants that specify a version of Device Removed Extended Data (DRED), as used by the D3D12_VERSIONED_DEVICE_REMOVED_EXTENDED_DATA structure.

Defines constants that specify a version of Device Removed Extended Data (DRED), as used by the [D3D12\_VERSIONED\_DEVICE\_REMOVED\_EXTENDED\_DATA structure](/reference/graphics/d3d12/structs/d3d12_versioned_device_removed_extended_data_public).

## Syntax

```cpp theme={null}
typedef enum D3D12_DRED_VERSION
{
    D3D12_DRED_VERSION_1_0 (0x1) = 0,
    D3D12_DRED_VERSION_1_1 (0x2) = 0
} D3D12_DRED_VERSION
```

## Constants

| Constant                         | Description                 |
| -------------------------------- | --------------------------- |
| D3D12\_DRED\_VERSION\_1\_0 (0x1) | Specifies DRED version 1.0. |
| D3D12\_DRED\_VERSION\_1\_1 (0x2) | Specifies DRED version 1.1. |

## Remarks

## 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 enumerations](https://learn.microsoft.com/en-us/windows/desktop/direct3d12/direct3d-12-enumerations)
* [Use DRED to diagnose GPU faults](https://learn.microsoft.com/en-us/windows/desktop/direct3d12/use-dred)


## Related topics

- [D3D12_VERSIONED_DEVICE_REMOVED_EXTENDED_DATA](/reference/graphics/d3d12/structs/d3d12_versioned_device_removed_extended_data_public.md)
- [D3D12_DRED_FLAGS](/reference/graphics/d3d12/enums/d3d12_dred_flags_public.md)
- [D3D12_DRED_ENABLEMENT](/reference/graphics/d3d12/enums/d3d12_dred_enablement_public.md)
- [D3D12_DRED_ALLOCATION_TYPE](/reference/graphics/d3d12/enums/d3d12_dred_allocation_type_public.md)
- [D3D12_DEVICE_REMOVED_EXTENDED_DATA](/reference/graphics/d3d12/structs/d3d12_device_removed_extended_data_public.md)
