commit | 002e9756e34b67d0250562f2a7f8c77aaaf6de54 | [log] [tgz] |
---|---|---|
author | Corentin Wallez <cwallez@chromium.org> | Fri Jul 25 08:50:23 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jul 25 08:50:23 2025 -0700 |
tree | b3ec4ca22f485333ea4fedc6175ef8c381940f7e | |
parent | 20dff149ae0ef3fb28b3952fcce06f6fb5cebbea [diff] |
[cmake] Make DAWN_BUILD_MONOLITHIC_LIB control STATIC vs. SHARED. Due to how the bundling process works, the monolithic library will only be monolithic if BUILD_SHARED_LIBS=OFF, otherwise we don't bundle objects from other SHARED libraries. Make the flag a tri-state: OFF/STATIC/SHARED and make it control the type of bundled library that is produced. Bug: Change-Id: I9b507d5965c6c088b1c2b3d438690fca6194e2e7 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/254234 Reviewed-by: Kai Ninomiya <kainino@chromium.org> Commit-Queue: Kai Ninomiya <kainino@chromium.org>
Dawn is an open-source and cross-platform implementation of the 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)
BSD 3-Clause License, please see LICENSE.
This is not an officially supported Google product.