commit | e3371f38e105c56ec4ffde0055304e1c81cdb9f8 | [log] [tgz] |
---|---|---|
author | Kai Ninomiya <kainino@chromium.org> | Thu May 08 11:52:08 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu May 08 11:52:08 2025 -0700 |
tree | 960be913daf53f6c264b30ca517b90edc8b246be | |
parent | bea104d29747a0871ae0e07aa8a119c1f4c50c81 [diff] |
[emscripten] Fix src_dir argument to build_port() This is used to compute some paths in the build directory for webgpu.cpp -> webgpu.o. I thought it was unused with explicit srcs, but it's not. This causes problems on some Emscripten installs. No-Try: true Fixed: 415850603 Change-Id: I247b482180d7fbb302f5597334e9a35c9731c262 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/241140 Auto-Submit: Kai Ninomiya <kainino@chromium.org> Reviewed-by: 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.