commit | 0c04deb78cfe131e02aa08a11c85fba81f4ba45b | [log] [tgz] |
---|---|---|
author | Corentin Wallez <cwallez@chromium.org> | Tue Nov 21 13:05:25 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Nov 21 13:05:25 2023 +0000 |
tree | d1bbb7d3b2a8f734ed8ebad2bdd3ec3d0a60e1be | |
parent | 286a7d43a268c48cd844a884a0417fd726fa8480 [diff] |
Make TypedIntegers work with absl::Format. This avoids the need for a bunch of static casts in places when trying to print them in error messages. Bug: dawn:2222 Change-Id: I9621d670a3223b9b2d15f0c034d8cfc2acf2f314 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/161688 Commit-Queue: Corentin Wallez <cwallez@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Austin Eng <enga@chromium.org> Reviewed-by: Brandon Jones <bajones@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.