commit | 97b837aa6a215b112d8651da3386348e4a61ce76 | [log] [tgz] |
---|---|---|
author | Ryan Harrison <rharrison@chromium.org> | Wed May 22 21:46:03 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed May 22 21:46:03 2024 +0000 |
tree | 89895afb7b70f788c31dceb4ebf70982daa7c15b | |
parent | f9a9918278ec1142979c6b2d0e43dc3406f66eda [diff] |
Place guard for tint_executable outside of definition This causes using the rule when the guard condition is false to fail immediately with an error about this rule not being defined, instead of being a no-op and leading to hard to diagnose failures later. Fixes: 341973416 Change-Id: I4967e2d8f092a55c9470365984a6c47d57c9d432 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/189380 Commit-Queue: Ryan Harrison <rharrison@google.com> Reviewed-by: James Price <jrprice@google.com> Auto-Submit: Ryan Harrison <rharrison@chromium.org> Reviewed-by: 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.