commit | 5dc9d7471e4551f42a45f73a2d7004597a124ff0 | [log] [tgz] |
---|---|---|
author | Nicolas Chavez <nickchavez@google.com> | Tue Oct 22 22:36:11 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Oct 22 22:36:11 2024 +0000 |
tree | 212a56fde8b6f0672cee53acaa567ac4d562e37f | |
parent | d2bb5a1d081ffd424aadb7f1cf965f58cfff1d9d [diff] |
Add __i53abi and __sig decorators for emwgpu functions. This fixes a breakage for Emscripten builds due to stricter checks in Emscripten [added recently](https://github.com/emscripten-core/emscripten/commit/d0d9966daa064eef3281495d9168a5efbef3f692). Bug: 374691288 Change-Id: I2c8697ada7cc7374a52a9bc7f69a817dda01a454 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/211675 Reviewed-by: dan sinclair <dsinclair@chromium.org> Commit-Queue: Nicolas Chavez <nickchavez@google.com> Commit-Queue: dan sinclair <dsinclair@chromium.org> Reviewed-by: Loko Kung <lokokung@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.