commit | 7b77855a876e6db250c4c4190cc6bcd4e25bba3e | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Fri Feb 04 18:59:15 2022 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Feb 04 18:59:15 2022 +0000 |
tree | 17d7c809ab05ccfde4b6847f35656c433885938b | |
parent | c6ccd539e857263b96a05bcb8baac069e90e9f5c [diff] |
tint->dawn Add src/dawn/CMakeLists.txt Promote up some build rules from the root CMakeLists.txt file that are specific to Dawn. Bug: dawn:1275 Change-Id: I11e9261ac595f6d71742b20d54dc658a5fa7e996 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/79105 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Ben Clayton <bclayton@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.