Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
D3D12_DRED_AUTO_BREADCRUMBS_OUTPUT structure (d3d12.h)
Contains a pointer to the head of a linked list of D3D12_AUTO_BREADCRUMB_NODE objects. The list represents the auto-breadcrumb state prior to device removal.
Syntax
typedef struct D3D12_DRED_AUTO_BREADCRUMBS_OUTPUT {
const D3D12_AUTO_BREADCRUMB_NODE *pHeadAutoBreadcrumbNode;
} D3D12_DRED_AUTO_BREADCRUMBS_OUTPUT;
Members
pHeadAutoBreadcrumbNode
A pointer to a constant D3D12_AUTO_BREADCRUMB_NODE object representing the head of a linked list of auto-breadcrumb nodes, or nullptr if the list is empty.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10 Build 20348 |
| Minimum supported server | Windows 10 Build 20348 |
| Header | d3d12.h |
See also
Feedback
Was this page helpful?
