commit | 8e3df1f3fd368119fbd19cee7eae9da5b454d507 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Mon Aug 21 17:00:23 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Aug 21 17:00:23 2023 +0000 |
tree | 6b4486d7fa9cd8c6611f383a3b34498a841a5560 | |
parent | a9c6682bdd66ec83a7411702bb49d84a60560230 [diff] |
Remove entries from `build_overrides/tint.gni` The build_override file was setting the overrides to the same value as the defaults. The existence of the entries in build_overrides was also causing them to not be declared as arguments in the tint_overrides_with_defaults.gni file. This then means that anything that was in build_overrides/tint.gni could not be overridden with gn args settings. Change-Id: I0552958acec57aaad7cdcea7173321b60685613d Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/147580 Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Ben Clayton <bclayton@google.com> Reviewed-by: James Price <jrprice@google.com> Commit-Queue: 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.