commit | 94d9bb422b73828cfd63260119791f3cfa6caca4 | [log] [tgz] |
---|---|---|
author | Antonio Maiorano <amaiorano@google.com> | Fri Dec 01 18:10:56 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Dec 01 18:10:56 2023 +0000 |
tree | 00a573d6540833fd38807ef01d1f3bff982facdf | |
parent | 54b4de24f7f1a819e7d684b468e2671bcd8c0e4a [diff] |
dxc/gn: fix rpath for Linux builds GN seems to add rpath properly for debug, but not non-debug builds. Fix this in the same way I did for CMake, but setting rpath to $ORIGIN. Change-Id: I97923291e73ad78f458a4a7951939e214a78008a Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/163781 Commit-Queue: Antonio Maiorano <amaiorano@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Ben Clayton <bclayton@google.com> Commit-Queue: Ben Clayton <bclayton@google.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.