commit | 6e4a366841ee807f84932a190cb8fa8d8af10e11 | [log] [tgz] |
---|---|---|
author | Lokbondo Kung <lokokung@google.com> | Fri Oct 11 21:44:57 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Oct 11 21:44:57 2024 +0000 |
tree | 86793326385e8683092b8c0ab6f3086825ca5171 | |
parent | c13d7618b227c667daa4c37f2d780b4899dcf890 [diff] |
[dawn][emscripten] Updates AdapterInfo to use StringViews. - Updates generators, templates, and includes so that webgpu_cpp_print.h appears correctly for Emscripten builds. - Note that CompilationInfo is not updated to use StringView it yet and is broken, however, AdapterInfo update is needed earlier because it blocks google3 roll. CompilationInfo and labels will be updated in follow up changes. Bug: 42241188 Change-Id: I85954725262a4e29148b181624fc8b3636c44b1b Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/210374 Commit-Queue: 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.