commit | 30eeac75784aac8c3a2df867ee21d8188f5f3fad | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Fri Sep 24 10:38:18 2021 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Sep 24 10:38:18 2021 +0000 |
tree | e0308d4dddeb514ee03f1a2190786246da9d1241 | |
parent | 0e3aa3c8d0b3c2e09afb5e768ed01467605580e6 [diff] |
CMake: Simplify overriding of options / settings Outer projects can just set() the option / setting before calling add_subdirectory() on Dawn. Also provide a build directory for Dawn's third_party dependencies. Allows the outer project to specify a third_party directory that's out of the dawn tree. Change-Id: I04c5f12b362ee9c9488b7b78a6aa5fa6f55dec98 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/64743 Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: 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.