commit | 88c1229c24f56028ed139e2b4339f93750abaf3f | [log] [tgz] |
---|---|---|
author | Lokbondo Kung <lokokung@google.com> | Fri Jun 20 16:19:09 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jun 20 16:19:09 2025 -0700 |
tree | 58294fcf96aa5eff2f19546378188c8f84449da4 | |
parent | 30cd64c065f308d70f62681846a788f1f36b337a [diff] |
[webgpu][headers] Fixes missing FreeMember code-gen. - Change in https://dawn-review.googlesource.com/c/dawn/+/247536 removed FreeMembers functions from ['functions'] in generation, as a result, the native procs weren't generating them anymore. This fixes the issue by updating the templates to use the new helper introduced in that CL to generate the functions. - The issue was seen and was reproduceable via the comment chain here: https://dawn-review.googlesource.com/c/dawn/+/247536/comments/c880bbce_f697f33a Change-Id: Ieaef38ac0108217e61bfb071f09865ab133b3ca8 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/247976 Auto-Submit: Loko Kung <lokokung@google.com> Reviewed-by: Kai Ninomiya <kainino@chromium.org> Commit-Queue: 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.