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.