| commit | 40a667039e9949cc0bcc833d4e2512edcac7b8f6 | [log] [tgz] |
|---|---|---|
| author | Kai Ninomiya <kainino@chromium.org> | Mon Oct 20 07:27:42 2025 -0700 |
| committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Oct 20 07:27:42 2025 -0700 |
| tree | ee869f9efa5b94f9d7568ee977f71f71c8b58077 | |
| parent | 005939e3ec470f78e69c83580a1262266068c737 [diff] |
Add webgpu-headers to fetch_dawn_dependencies.py Dawn build now requires webgpu.json from webgpu-headers, so add it to fetch_dawn_dependencies for non-gclient based build setups. Hopefully fixes Dawn->Skia roll which uses DAWN_FETCH_DEPENDENCIES. Fixed: 452983507 Bug: 434977307 Change-Id: If201ce863ed9dc9861edd78ed9db1b62e4f7c1b2 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/267574 Auto-Submit: Kai Ninomiya <kainino@chromium.org> Reviewed-by: Antonio Maiorano <amaiorano@google.com> Commit-Queue: Antonio Maiorano <amaiorano@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.