commit | f75e5c07b0678bc2d9caaa3601867a6acbd41634 | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Sat May 27 00:50:46 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat May 27 00:50:46 2023 +0000 |
tree | de110bf0b9d5655c51217ab381d7ac170012904b | |
parent | 8ba1ff7789c5b0f6ed60c989567848ea32332094 [diff] |
[tint][utils] Abstract absl dependency Move the use of absl::from_chars() in the WGSL parser into utils, behind a new abstraction. If we decide one day to drop the absl dependency, we can reimplement this function. It also consolodates tint source_set dependencies on absl to the common utils module. No new tests as this is a thin wrapper around an existing implementation, and the single use is already heavily tested for parsing. Change-Id: I1ce5d68857e81299d1c97322b0ec28f0a83a31b7 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/134581 Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Dan Sinclair <dsinclair@chromium.org>
Dawn is an open-source and cross-platform implementation of the work-in-progress 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)
(TODO)
Apache 2.0 Public License, please see LICENSE.
This is not an officially supported Google product.