commit | c1a2d1d5986fed22671dacbeb7dfcc44a2533b95 | [log] [tgz] |
---|---|---|
author | Loko Kung <lokokung@google.com> | Thu Jul 25 23:20:31 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jul 25 23:20:31 2024 +0000 |
tree | e0f1817419f8df931d2ee973f4cdf49af26dbf60 | |
parent | 5232b240a2af8684c6d6be2b311708eb7bb35eee [diff] |
[dawn][emscripten] Fix WebGPU limits.maxBufferSize Pulls https://github.com/emscripten-core/emscripten/pull/22187 into the Dawn Emscripten fork. Change-Id: Ie049ca405cbaeb8e58d499cdf2d64cca234a29bd Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/200175 Commit-Queue: Kai Ninomiya <kainino@chromium.org> Auto-Submit: Loko Kung <lokokung@google.com> Reviewed-by: Kai Ninomiya <kainino@chromium.org>
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.