commit | d4c2b91568d1b2c49d39d4d6124eee7d50e0644b | [log] [tgz] |
---|---|---|
author | Jaswant Panchumarti <jaswant.panchumarti@kitware.com> | Mon Jun 10 08:59:31 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jun 10 08:59:31 2024 +0000 |
tree | 9ad61681a07e5f86e618de2311c94164ffb7abda | |
parent | 3fe20a3d04f6fdf80fceac67d872a0683f3d3e64 [diff] |
Fix undefined symbols in dawn_wire When dawn is built with CMake and BUILD_SHARED_LIBS turned on, the link step of dawn_wire complained on macOS and windows about unresolved external symbols from wire/client/Instance.cpp.obj. This CL adds the tint_lang_wgsl_features library in the link list for dawn_wire. Bug: 345919921 Change-Id: I878701e9366f68e6f0678a37c59a7f6e196a4219 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/192420 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Corentin Wallez <cwallez@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.