commit | a9386f3060b4d1abaabfd4c1f3d4ffbc0c7b5627 | [log] [tgz] |
---|---|---|
author | Loko Kung <lokokung@google.com> | Tue Mar 22 14:45:34 2022 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Mar 22 14:45:34 2022 +0000 |
tree | de69cafd2d624f3fc03b66b1784fb895c05a2d8b | |
parent | dd7888b32c6168b13ecc9b09b798df627a8ff08b [diff] |
Fixes popErrorScope to match the specs. - Prepares for removal of unnecessary bool return, and just call callbacks appropriately. For now always returns true until all users are updated. - Removes PushErrorScope from handwritten commands now that we no longer need to do anything special. - Updates tests to reflect the change and make sure to set EXPECTs before calling functions to make tests easier to follow. Bug: dawn:1324, dawn:526 Change-Id: I90b09c54f9adbf2d6d50ad20dcedf68b5ed0b1fa Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/83942 Reviewed-by: Kai Ninomiya <kainino@chromium.org> Commit-Queue: Austin Eng <enga@chromium.org>
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.