commit | 2c6332b39875af00df81db20fb1ae09733790c2d | [log] [tgz] |
---|---|---|
author | Jiawei Shao <jiawei.shao@intel.com> | Tue Jan 30 03:19:00 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jan 30 03:19:00 2024 +0000 |
tree | b18741598fc57fa09076d4effba168ea6cbb987d | |
parent | 0205a90535c9cb18aa86bd13bf6a123c741861ab [diff] |
Implement dawn:MatchVariant to visit std::variant This patch implments the template dawn::MatchVariant as a convenient way to call std::visit on a std::variant object. Bug: dawn:527 Fixed: dawn:2370 Change-Id: I06204888d3e78308edb5142c7cad517d15fecb27 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/171740 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Austin Eng <enga@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: 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.