commit | fb890c4122ab4cb9e9f4c5409460926a794d44e6 | [log] [tgz] |
---|---|---|
author | Corentin Wallez <cwallez@chromium.org> | Mon May 23 17:25:59 2022 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon May 23 17:25:59 2022 +0000 |
tree | b3ef64311d94fdb471f79ed040bedbb70cefec27 | |
parent | ea356717b64b7092468c6883972e2f3bc96c1ab2 [diff] |
Make Chromium's recurse_deps in Dawn get GLFW. This will later be used to remove GLFW from the direct DEPS of Chromium, which will help update GLFW at the same time as the BUILD.gn file change for GLFW in Dawn. Bug: dawn:1246 Change-Id: If39575c9a4bbc84c58a63a23dfbe1cb812ff3562 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/91162 Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Austin Eng <enga@chromium.org> Commit-Queue: Corentin Wallez <cwallez@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.