commit | 6a77127d29c2eedc3cbe278b060c1c4f0a097de5 | [log] [tgz] |
---|---|---|
author | Lokbondo Kung <lokokung@google.com> | Thu Nov 21 03:37:20 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Nov 21 03:37:20 2024 +0000 |
tree | 40f5b49b4f267d00ec12315542c892f161659342 | |
parent | 8eadc7b4fac3c770d209a892a877453ba3f669b8 [diff] |
[dawn][headers] Expose the C++ callback types in the wire header. - Didn't realize we needed to alias the callback types for the Dawn wire version of the C++ header. No functional changes otherwise. Bug: 42241415 Change-Id: Ie3c25df8c56c1da8d1bf55d51d53f75817856306 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/216037 Commit-Queue: Kai Ninomiya <kainino@chromium.org> Reviewed-by: Kai Ninomiya <kainino@chromium.org> Auto-Submit: 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.