commit | 72111877bf4162751f63d6372194d94f0a358752 | [log] [tgz] |
---|---|---|
author | Austin Eng <enga@chromium.org> | Thu Apr 11 20:11:02 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Apr 11 20:11:02 2024 +0000 |
tree | 45319ed79718337ded5d9717442ad7791bfdf846 | |
parent | 609822254f0fbc5e737965f7a383a8e34d34624c [diff] |
Gracefully log errors if D3D12 pipeline state GetCachedBlob fails Crash reports show that sometimes this fails for unknown reasons. We should continue gracefully, and can wire messages to DumpWithoutCrashing or histograms in Chrome. Bug: dawn:1833, chromium:41494633 Change-Id: I03a886ff7fb926798bd138cc661ccab3167a1ffd Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/181721 Reviewed-by: Loko Kung <lokokung@google.com> Commit-Queue: Austin Eng <enga@chromium.org>
Dawn is an open-source and cross-platform implementation of the 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)
BSD 3-Clause License, please see LICENSE.
This is not an officially supported Google product.