commit | 764f1ba5cecad521b7b1a4f74ab3891874458f06 | [log] [tgz] |
---|---|---|
author | Antonio Maiorano <amaiorano@google.com> | Wed Jun 19 18:31:57 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jun 19 18:31:57 2024 +0000 |
tree | 399d5154d6a0afe01802d6558ffe4eb495c4dca2 | |
parent | 4f5dc928eceee107cf3ef75f23f77c581616668e [diff] |
Disable UBSAN on dlsym-loaded function pointer call Workaround for known false-positive: https://github.com/google/sanitizers/issues/911 Bug: chromium:348087176 Bug: chromium:42251292 Change-Id: I9c41b4608f079bd5eef9373e76c1e5ac218fffc1 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/194343 Reviewed-by: dan sinclair <dsinclair@chromium.org> Commit-Queue: 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.