commit | 1b91955e7d2c08adac70f814570379bb3e98e884 | [log] [tgz] |
---|---|---|
author | Corentin Wallez <cwallez@chromium.org> | Fri Apr 02 11:23:23 2021 +0000 |
committer | Commit Bot service account <commit-bot@chromium.org> | Fri Apr 02 11:23:23 2021 +0000 |
tree | eca033f43f494e068112e4b2a66089b6b71d2cc1 | |
parent | 6a2e16bdd90a244af519bb70ff58c2fb36580d27 [diff] |
DEPS: don't recurse in buildtools. buildtools' DEPS file will soon be removed and we should roll each of its dependencies directly in Dawn's DEPS file instead. It also avoids Chromium recursedeps'ing into Dawn's buildtools when it will start recursedeps'ing into Dawn. Bug: chromium:1177288 Change-Id: I02503e044a2c6013217129e3f07378b1dbdfef9b Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/46623 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.