commit | 9417f549c73e9f971a2fe6cddc726fe423008666 | [log] [tgz] |
---|---|---|
author | Lokbondo Kung <lokokung@google.com> | Wed Sep 18 17:29:56 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Sep 18 17:29:56 2024 +0000 |
tree | a7a5fdf9da324ebeadc3ed2fa2a02e4f9d2714ae | |
parent | 5ace61cc71db98af8db6456de08587830278b54f [diff] |
[dawn] Remove usage of std::string_view in favor of absl::string_view - Although in most cases, absl::string_view is just an alias for std::string_view, when using some of the absl string utilities, i.e. StrSplit or StrJoin on platforms that don't do the aliasing, compilation will fail. - This was seen in google3 Emscripten builds which currently don't do the type aliasing resulting in incompatible conversions. - Note that the google3 standard at the moment is to continue using absl::string_view and rely on the aliasing (when available) even though technically std::string_view is available. Change-Id: Idb5350ad23e6ed7c5d22e19d524a0fc62ad102ed Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/207114 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Loko Kung <lokokung@google.com> Auto-Submit: Loko Kung <lokokung@google.com> Commit-Queue: Corentin Wallez <cwallez@chromium.org>
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.