commit | 9ee1c08dbc1ee78bd8d1fa0661a90f84e8709556 | [log] [tgz] |
---|---|---|
author | Corentin Wallez <cwallez@chromium.org> | Thu Sep 26 19:10:44 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Sep 26 19:10:44 2024 +0000 |
tree | 13f64f350543f779d36a13f97d96f91106de31cc | |
parent | 3eee2be83d3fca84bd093258f3ce850d51965ce4 [diff] |
dawn::native: Put error message in FailedCreation device loss event. This will help debug cases where the device fails creation, with more than just "Failed creation." which isn't very explicit. Bug: 364384943 Change-Id: I791a95aa6870ff3f5d4523a32dd9ac483dfe5dbe Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/208414 Commit-Queue: Loko Kung <lokokung@google.com> Auto-Submit: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Loko Kung <lokokung@google.com>
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.