commit | 8d9adb0219c2d4e74b90b1c634bb56245d187dca | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Sun May 22 00:41:53 2022 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sun May 22 00:41:53 2022 +0000 |
tree | 4a960a105ed0d3c9cc4fb54c27b337ffd18961c4 | |
parent | 5f61c95432f21dcf99dc59ad77630ea64efe2834 [diff] |
tint/cmake: Always build Tint as a static library The shared library build of Tint is currently broken with CMake, since we set -fvisibility=hidden and do not export any of Tint's publicly used APIs. Change-Id: I7e4478a3a060fef3e5775dc32bae944363188ec5 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/90740 Commit-Queue: James Price <jrprice@google.com> Reviewed-by: Ben Clayton <bclayton@google.com> 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.