commit | 7579c22268f85d7276b4a7339a5a8f0e9ba9c44c | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Wed Mar 06 20:07:19 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Mar 06 20:07:19 2024 +0000 |
tree | a3719859a34c4e75f28e5a7ff1b8eb6deacb7fa0 | |
parent | b9b4d45bb8b5abe2683ef0199185dc5edbfdae92 [diff] |
[tint][wgsl] Be explicit about overload param/arg count mismatch When you pass more arguments than parameters, and all the parameters have a matching argument. Bug: tint:2187 Change-Id: I0d8fc563da88b1d1ad2e4c8ce26c5a74210665ad Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/178060 Reviewed-by: dan sinclair <dsinclair@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Ben Clayton <bclayton@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.