commit | 01c198cd31526b48ed95fb76a1fe1f53c56bf717 | [log] [tgz] |
---|---|---|
author | amirsojoodi <amir@distributive.network> | Fri Jul 19 15:10:34 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jul 19 15:10:34 2024 +0000 |
tree | e1b8f510723f1ca9bd681c2b30a2d08c8450cde7 | |
parent | 76a9a547b74ff3c3aaf50d58586eb00173cf286d [diff] |
Fix: add pthread and DL libs to libwebgpu_dawn.so This is to fix the linking problem with the associated libraries. Bug: dawn:348414995 Change-Id: I3ee2e796d403cec9807fc08eee8382ad103992fb Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/196154 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Brandon Jones <bajones@chromium.org> Commit-Queue: AmirHossein Sojoodi <amir@distributive.network> Reviewed-by: Jaswant Panchumarti <jaswant.panchumarti@kitware.com>
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.