| commit | 31cbbc83408887989c59555de0160b0249fc6d08 | [log] [tgz] |
|---|---|---|
| author | Lokbondo Kung <lokokung@google.com> | Mon Jan 27 13:48:17 2025 -0800 |
| committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jan 27 13:48:17 2025 -0800 |
| tree | a5441eef813e3aa2e9d47000b21c5f771f2b92b7 | |
| parent | 2f8cbbbb7cee0ff0441f87d0279c6be8bd45aa32 [diff] |
[dawn][headers] Make all C struct chains mutable. - Note that this change does not affect the C++ struct types at the moment. I prototyped some changes to for C++ but 'const'-ness in C++ is a bit more annoying to deal with as some structures, especially anything related to initializer_lists require 'const'-ness that we might be removing if we propagate this change into C++. AS a result, I'm just doing the C changes for now. Bug: 383147020 Change-Id: I6d87c7608641616d14207024c7035fc82fa7c5fe Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/223235 Reviewed-by: Kai Ninomiya <kainino@chromium.org> Commit-Queue: 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.