commit | 5976efe6b4b72c822085cf7ee08ad00036888ab5 | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Tue May 07 13:48:43 2024 +0000 |
committer | James Price <jrprice@google.com> | Tue May 07 13:48:43 2024 +0000 |
tree | b2bf4f5423f9ebddf8ad16e79bfe5647c1dd5c5c | |
parent | 8752d497a948919675cbd4e7c539b0123211c28c [diff] |
[tint] Link libraries for dlopen The code added for loading DXC from a library uses `dlopen()` and `dlsym()`, and some platforms complain that these symbols cannot be found unless libdl is linked in. Change-Id: Ie86461553e5f263a61d5f0f73dc9d4a2923bcd8b Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/187201 Reviewed-by: Ben Clayton <bclayton@google.com> Reviewed-by: Antonio Maiorano <amaiorano@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.