ID3D12DeviceRemovedExtendedData::GetAutoBreadcrumbsOutput method (d3d12.h)
Retrieves the Device Removed Extended Data (DRED) auto-breadcrumbs output after device removal.
Syntax
HRESULT GetAutoBreadcrumbsOutput(
D3D12_DRED_AUTO_BREADCRUMBS_OUTPUT *pOutput
);
Parameters
pOutput
An output parameter that takes the address of a D3D12_DRED_AUTO_BREADCRUMBS_OUTPUT object. The object whose address is passed receives the data.
Return value
If the function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code. Returns DXGI_ERROR_NOT_CURRENTLY_AVAILABLE if the device is not in a removed state. Returns DXGI_ERROR_UNSUPPORTED if auto-breadcrumbs have not been enabled with ID3D12DeviceRemovedExtendedDataSettings::SetAutoBreadcrumbsEnablement.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1903 |
Target Platform | Windows |
Header | d3d12.h |
Library | D3D12.lib |
DLL | D3D12.dll |