commit | 37ff63983f04b88637a5d3bf8074714d7127f2c5 | [log] [tgz] |
---|---|---|
author | Lokbondo Kung <lokokung@google.com> | Wed May 14 17:44:55 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed May 14 17:44:55 2025 -0700 |
tree | 77ab3430deb582d0ceaca51427a82930a3be625a | |
parent | 0167709e2bbd143e3e6306bd1fd8248c2ee43a6b [diff] |
[dawn][headers] Adds webgpu-headers DEP and diff tool - Adds a DEP to webgpu-headers. - Adds a script that can be used to generate diffs between Dawn's generated webgpu.h and the upstream one from webgpu-headers. - Commits a diff file between the headers to keep track of changes. - Adds a PRESUBMIT hook to verify that when changes are made to Dawn's header, or the upstream header from a roll, that the author needs to explicitly include an updated diff file. Bug: 378865841 Change-Id: I0232ef874d6a7a611e372bf8b9f45c2498547684 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/241136 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.