| commit | ede56a97b66cd6305865582b0b0d5336db71682c | [log] [tgz] |
|---|---|---|
| author | David Neto <dneto@google.com> | Wed May 07 11:09:52 2025 -0700 |
| committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed May 07 11:09:52 2025 -0700 |
| tree | 44c88fc4e0f79b6dd439d6a76e699d35606c153a | |
| parent | 926fbad5ec0ef615c3067988bbfdf45ec74e3964 [diff] |
Revert replacment of absl::Span and absl::string_view with C++20 counterparts These are causing failures in google-internal builds. Revert "[dawn] Replace `absl::Span` with C++20 `std::span`" This reverts commit 10e25604352c7db0016b5d5c197ca37dce6de28d. Revert "[dawn] Replace `absl::string_view` with `std::string_view`" This reverts commit 77da026fe6a122576b1cae3d3dd731a89c21387b. Change-Id: I0034d53a01c70dc53fdce2c6c363cab38c9d5b6b Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/241075 Commit-Queue: David Neto <dneto@google.com> Auto-Submit: David Neto <dneto@google.com> Reviewed-by: dan sinclair <dsinclair@chromium.org> Commit-Queue: dan sinclair <dsinclair@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.