| commit | 6c6f839ce1bb0ce4a991c613e431157ce3b13b1a | [log] [tgz] |
|---|---|---|
| author | Kai Ninomiya <kainino@chromium.org> | Thu Apr 17 17:33:24 2025 -0700 |
| committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Apr 17 17:33:24 2025 -0700 |
| tree | 957da09d7befbc2a6580fbcc0fd96f1090a80792 | |
| parent | 93aeb79ebfd6e8a096f80229c8ca2802200d4cb4 [diff] |
[node] Exhaustively handle cases in PopErrorScope - Exhaustively handle wgpu::PopErrorScopeStatus. - Assert on wgpu::ErrorType::Unknown. - Add comments to explain how things work. Addressing comment thread: https://dawn-review.googlesource.com/c/dawn/+/237454/comment/c5eceef6_1e91e6c3/ Bug: none Change-Id: I4ae57210286589e6e7e37030503c4b4f267838d5 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/237774 Reviewed-by: Peter McNeeley <petermcneeley@google.com> Commit-Queue: Kai Ninomiya <kainino@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.