commit | 6133e5cf3d3c0b775c0fd69de7d5b059aa4663d7 | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Fri Jun 11 14:01:29 2021 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jun 11 14:01:29 2021 +0000 |
tree | 205ffb68a40f8bbd2f8d22d0051de725f2222286 | |
parent | f102e1138be00f090cc0830c3ca50100c4781c8d [diff] |
Wrap call stmts with non-void rets, with ignore() We have a new validation rule that states that all calls to functions that return a value must use that value. ignore() is the escape hatch. Bug: tint:886 Change-Id: I9ab8d288b3c54ad4b7e46feda129c36c9136c20b Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/54200 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Ben Clayton <bclayton@google.com>
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.