commit | 14e359f6e4d526fd53096b8f8806bc1ba376c801 | [log] [tgz] |
---|---|---|
author | Peng Huang <penghuang@chromium.org> | Thu Oct 12 18:43:07 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Oct 12 18:43:07 2023 +0000 |
tree | a786388c0fdd1c5942a7d6e1e126b1a4fd276b9b | |
parent | 8b28afe0df83ce011f2d92588d5770f6cf2f466a [diff] |
d3d11: get device removed reason for context loss When DXGI_ERROR_DEVICE_REMOVED is returned from a d3d API, call ID3D11Device::GetDeviceRemovedReason() to get the detailed reason for the error and put it in the error message Bug: chromium:1489643 Change-Id: I0df7ebb803da3caec584d0d53978d50444986b60 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/155741 Commit-Queue: Peng Huang <penghuang@chromium.org> Reviewed-by: Austin Eng <enga@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com>
Dawn is an open-source and cross-platform implementation of the work-in-progress WebGPU standard. More precisely it implements webgpu.h
that is a one-to-one mapping with the WebGPU IDL. Dawn is meant to be integrated as part of a larger system and is the underlying implementation of WebGPU in Chromium.
Dawn provides several WebGPU building blocks:
webgpu.h
version that Dawn implements.webgpu.h
.Helpful links:
Developer documentation:
User documentation: (TODO, figure out what overlaps with the webgpu.h docs)
(TODO)
Apache 2.0 Public License, please see LICENSE.
This is not an officially supported Google product.