commit | b9670940b3da15eb555465738907c85898e9496d | [log] [tgz] |
---|---|---|
author | Lokbondo Kung <lokokung@google.com> | Fri Sep 20 10:29:15 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Sep 20 10:29:15 2024 +0000 |
tree | eb06f5f395196ea0e238423174730f95dfc41ffc | |
parent | d4dca299aae3548195f532e665f69f0ae25cf7a3 [diff] |
[dawn][emscripten] Remove usage of withStackSave. - As per conversation offline and the PR here: https://github.com/emscripten-core/emscripten/pull/21764 removes usage of withStackSave in favor of explicit stackSave/stackRestore. - Note that the main reason cited in the PR for removing withStackSave is due to the additional overhead that it introduces. Using the explicit stackSave/stackRestore helpers should minimize the overhead. Change-Id: I1bf5de860e65686aa50704a97781f5b3dec76498 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/207115 Reviewed-by: Kai Ninomiya <kainino@chromium.org> Auto-Submit: Loko Kung <lokokung@google.com> Commit-Queue: 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.