commit | 38197e7b134d5f47f9de9573f1e6e5b209f730ba | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Tue Jan 11 16:34:55 2022 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jan 11 16:34:55 2022 +0000 |
tree | 7d8a7b622290e598b86c5a8cf353c87729b1c91c | |
parent | 9b0008a6d6ff43549d5bf7d35b7bc4374761e366 [diff] |
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: I63518fbd13e2adbf17aba79114c66d1567b8268b Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/75780 Reviewed-by: Ben Clayton <bclayton@google.com> Commit-Queue: James Price <jrprice@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.