commit | 1b440dc06a176e93f9e65ba4dcde46008dda2eb1 | [log] [tgz] |
---|---|---|
author | Peter McNeeley <petermcneeley@google.com> | Wed Apr 16 15:09:42 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Apr 16 15:09:42 2025 -0700 |
tree | 67745986535f627c5c8de38ebe5e06d53b9e5228 | |
parent | e6e547ca86a3b5090ce73dd26e0f2a112b63d6c1 [diff] |
Minor fix to Dawn Node to reject promise on failure Prior to this change we were seeing: EXCEPTION: Error: There was an extra error scope on the stack after a test Change-Id: Idb651b998f09b93247b306a7042eedb077e39643 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/237454 Reviewed-by: Kai Ninomiya <kainino@chromium.org> Commit-Queue: Peter McNeeley <petermcneeley@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.