Skip to main content
As of Windows 10, version 1903, D3D12_DEVICE_REMOVED_EXTENDED_DATA is deprecated, and it may not be available in future versions of Windows. Use D3D12_DEVICE_REMOVED_EXTENDED_DATA1, instead.
Represents Device Removed Extended Data (DRED) version 1.0 data.

Syntax

Members

Flags
Type: D3D12_DRED_FLAGS
An input parameter of type D3D12_DRED_FLAGS, specifying control flags for the Direct3D runtime. pHeadAutoBreadcrumbNode
Type: D3D12_AUTO_BREADCRUMB_NODE *
An output parameter of type pointer to D3D12_AUTO_BREADCRUMB_NODE representing the returned auto-breadcrumb object(s). This is a pointer to the head of a linked list of auto-breadcrumb objects. All of the nodes in the linked list represent potentially incomplete command list execution on the GPU at the time of the device-removal event.

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

Last modified on August 20, 2026