commit | b9b4d45bb8b5abe2683ef0199185dc5edbfdae92 | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Wed Mar 06 19:10:16 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Mar 06 19:10:16 2024 +0000 |
tree | 29c5c19311fc213c4fda93145ce39043f0b765e4 | |
parent | 92d94fd0663dd0cf422f21763046895b1543488f [diff] |
[tint] Replace 'break-if' with 'break if' in diagnostic. The diagnostic looks like it's suggesting the fix, but `break-if` won't compile. Change-Id: Ibc4fcbb62138f8e4a0548d62a02f0f4f356d6296 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/177803 Commit-Queue: dan sinclair <dsinclair@chromium.org> Commit-Queue: Ben Clayton <bclayton@google.com> Kokoro: Ben Clayton <bclayton@google.com> Auto-Submit: Ben Clayton <bclayton@google.com> Reviewed-by: dan sinclair <dsinclair@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.