commit | 83f69a4f154f58598b5321ac5a5ecc9756898122 | [log] [tgz] |
---|---|---|
author | Kai Ninomiya <kainino@chromium.org> | Wed Jun 18 19:55:20 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jun 18 19:55:20 2025 -0700 |
tree | 5c1fc731ff73a00f2523b2dfcac698a17c4cea2e | |
parent | 4a845f198685328fc4881288fc6c8ea570c7176d [diff] |
Reland "[dawn] Move Compat limits into an extension struct" This is a reland of commit 7adb0440d5edb719d620f5f5dcac75e5f8bc955e The necessary fix has been applied in Chromium: https://chromium-review.googlesource.com/c/chromium/src/+/6653572 Original change's description: > [dawn] Move Compat limits into an extension struct > > Following upstream webgpu.h, which never added these to the core struct. > > Note that aside from dawn.json which affects webgpu.h, there are no > changes to Emdawnwebgpu because it didn't implement these limits yet. > > Bug: 416304914 > Change-Id: I44e47d25ab3d3f5e8c1595ce7378bff79961ae18 > Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/244294 > Commit-Queue: Kai Ninomiya <kainino@chromium.org> > Reviewed-by: Loko Kung <lokokung@google.com> Bug: 416304914 Change-Id: If424a85755b87b86cabb8d1a1009a7186fae306b Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/247515 Auto-Submit: Kai Ninomiya <kainino@chromium.org> Reviewed-by: Loko Kung <lokokung@google.com> 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.