commit | d1289497662d89aab4ee78ba0ad994c4c84dfb0d | [log] [tgz] |
---|---|---|
author | Mingjing Zhang <mjzhang@chromium.org> | Mon Aug 25 10:04:08 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Aug 25 10:04:08 2025 -0700 |
tree | a1be1a337af723bf5895ec5442dbce08034de6fc | |
parent | 862482a2ab85b18bba042cc933875bbaf7b7e306 [diff] |
Add the wire client version of webgpu_cpp_print.h This CL adds the generation of webgpu_cpp_print.h for wire client (under the include/dawn/wire/client path). Currently some places in Chromium (e.g. webgpu_test) that should use the wire client types are actually using the native headers instead. However, with the addition of ClientSharedImage and WebGPUTextureScopedAccess, the correct header usage is now mandatory. This change serves as a prerequisite for the header refactoring on the Chromium side. Bug: 439767645, 40286368 Change-Id: I4f4a4afdcb35b6e5089e31c450a4c523f98024d6 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/258095 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Mingjing Zhang <mjzhang@chromium.org> Commit-Queue: Mingjing Zhang <mjzhang@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.