| commit | 1641af77aaf9cb8650ea3abb0a9ee47becb5e5ca | [log] [tgz] |
|---|---|---|
| author | Matt Stark <msta@google.com> | Thu Aug 21 13:24:49 2025 -0700 |
| committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Aug 21 13:24:49 2025 -0700 |
| tree | dfff6f74a453420358b07d58cb6155a168a5e0d9 | |
| parent | f9f10255cb2ff0bb58d5af23d361ec251f27acdd [diff] |
Disable use_libcxx_modules for the transitive rdeps of common_config. The dxc_module template defines common_config in `public_configs`. This means that anything that transitively depends on :common_config cannot use libcxx_modules. It is currently configured to compile the libraries correctly, but cannot compile the executable targets that depend on them correctly. Bug: 425537956 Change-Id: If2d1ad66a100c02af6be0f785b051f0bfe1497d2 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/258434 Commit-Queue: James Price <jrprice@google.com> Reviewed-by: Geoff Lang <geofflang@chromium.org> Reviewed-by: James Price <jrprice@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.