commit | 7c92ebe9ead9db2fc62f6e4e7b2ded3e574eef46 | [log] [tgz] |
---|---|---|
author | Antonio Maiorano <amaiorano@google.com> | Tue May 17 15:44:52 2022 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue May 17 15:44:52 2022 +0000 |
tree | 1c91e5d9632218a1ab48f09bd9e599028640a7b2 | |
parent | 8ba6e1d6ecdd3f9438b5034d32b301152cb931f8 [diff] |
gitignore /build-* I like to create multiple build folders at the root for different types of CMake builds: build-clang build_asan etc. Don't want these showing up in git status. Change-Id: I03fe5a812f7090e6d6481a5b07bc8c95a33ac106 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/90601 Commit-Queue: Antonio Maiorano <amaiorano@google.com> Reviewed-by: Corentin Wallez <cwallez@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.