commit | 31cf85d685b9ba4f3596ac21d484051f3196e43a | [log] [tgz] |
---|---|---|
author | Ho Cheung <hocheung@chromium.org> | Thu Jun 12 19:40:33 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jun 12 19:40:33 2025 -0700 |
tree | 03015870ab82b8e1a9cb104a2e27aa6ff2fe91c8 | |
parent | 77eb171a92a68066273730f7bc049ab1132a4eaa [diff] |
[common] Use the absl version of overload directly in MatchVariant In MatchVariant, we previously used base::Overloaded from Chromium, but now base::Overloaded is about to be completely removed, so we need to change the usage to the absl version. Bug: chromium:392929829 Change-Id: I83ab22fe94af28bd4cc6328c37bdf4e8b2922dc8 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/246554 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Ho Cheung <hocheung@chromium.org> Reviewed-by: Jiawei Shao <jiawei.shao@intel.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.