commit | 7d7dce35bb0b567a83da1742d02514a7c6fddc6f | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Fri Jun 09 13:34:22 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jun 09 13:34:22 2023 +0000 |
tree | 2ef9ffcf6fd83cb1272470307d4002ba40e832da | |
parent | 1c9a507b2003560230b7f8df397a6c4e3177cabc [diff] |
[ir] Builder::Return takes single Value Return instructions have at most one value, so we don't need to pass in a whole utils::Vector to the builder method. Bug: tint:1718 Change-Id: I61a4edc3ee2a50fc805b65f3e5fdc7538e7383a8 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/136781 Kokoro: Kokoro <noreply+kokoro@google.com> Auto-Submit: James Price <jrprice@google.com> Commit-Queue: James Price <jrprice@google.com> Reviewed-by: Dan Sinclair <dsinclair@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.