commit | 5905d9244115b63ed8535e5fb5dd98d9dfc6f91f | [log] [tgz] |
---|---|---|
author | Corentin Wallez <cwallez@chromium.org> | Thu Jul 27 21:33:21 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jul 27 21:33:21 2023 +0000 |
tree | 343cbc032a641fa3061428f09dbc84a6810c250a | |
parent | ee467b3247a6114a314c8206d149c07b90434a9e [diff] |
Remove unecessary use of Str in DEPS This trips up fetch_dependencies.py that doesn't add an Str function to the evaluation environment. Since these Str calls are not necessary, just remove them. Bug: dawn:1928 Change-Id: Ic02f448d5818b5e50129507211f16fe1521cd738 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/143400 Commit-Queue: Kai Ninomiya <kainino@chromium.org> Reviewed-by: Kai Ninomiya <kainino@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com>
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.