commit | 800a1d0a303f782b334ae9d7108d289cf5f4c65b | [log] [tgz] |
---|---|---|
author | Lokbondo Kung <lokokung@google.com> | Thu Mar 06 14:23:20 2025 -0800 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Mar 06 14:23:20 2025 -0800 |
tree | 5009ec0799c7e6ca881e2537c577e9e5249f70bc | |
parent | 5510bd0ffb9bcfc98675672535b94599791d19fb [diff] |
[dawn][emscripten] Fix Emscripten bindings for compilation messages. - Since utf16 fields were removed from wgpu::CompilationMessage, we need to remove the old references, and append the extension in Emscripten bindings. Bug: 400963425, 377940841 Change-Id: I882432345b980fe840d9b8f6ee22ac481fac66a3 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/229334 Reviewed-by: David Neto <dneto@google.com> Reviewed-by: Kai Ninomiya <kainino@chromium.org> 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.