commit | 4948c8134425c193ca2291af30a3316f05b72049 | [log] [tgz] |
---|---|---|
author | Austin Eng <enga@chromium.org> | Fri Oct 15 14:28:32 2021 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Oct 15 14:28:32 2021 +0000 |
tree | 5b591f7013833b9538597b0d0c70142d8859dfe1 | |
parent | 854899edb9f43034cfb85b04dd24831575c7d30d [diff] |
Reland "Add deps to enable performing the cmake build of dawn_node on CQ" This is a reland of ecbdd8fbe7fe7178a019e484da628dd72b7c8bbb It prefixes the DEPS variables with "dawn_". Because they are globals, they may collide with other variables in other projects. Original change's description: > Add deps to enable performing the cmake build of dawn_node on CQ > > (and the cmake build of Dawn in general) > > Bug: dawn:688 > Change-Id: If7c037a03d237372739aed1f5dc78bffb7975a24 > Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/65603 > Reviewed-by: Ben Clayton <bclayton@google.com> > Reviewed-by: Corentin Wallez <cwallez@chromium.org> > Commit-Queue: Austin Eng <enga@chromium.org> Bug: dawn:688 Change-Id: I81ec3d5298efea54b1417ff58569cf1c615ea372 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/66400 Reviewed-by: Ben Clayton <bclayton@google.com> Commit-Queue: Austin Eng <enga@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.