D3D12_DRED_VERSION enumeration (d3d12.h)

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

Syntax

typedef enum D3D12_DRED_VERSION {
  D3D12_DRED_VERSION_1_0,
  D3D12_DRED_VERSION_1_1,
  D3D12_DRED_VERSION_1_2,
  D3D12_DRED_VERSION_1_3
} ;

Constants

 
D3D12_DRED_VERSION_1_0
Value: (0x1)
Specifies DRED version 1.0.
D3D12_DRED_VERSION_1_1
Value: (0x2)
Specifies DRED version 1.1.

Requirements

Requirement Value
Minimum supported client Windows 10 Build 20348
Minimum supported server Windows 10 Build 20348
Header d3d12.h

See also