commit | 7adb0440d5edb719d620f5f5dcac75e5f8bc955e | [log] [tgz] |
---|---|---|
author | Kai Ninomiya <kainino@chromium.org> | Tue Jun 10 14:54:03 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jun 10 14:54:03 2025 -0700 |
tree | a42e6f0c0fabc246615401845e4ea12ea060121b | |
parent | 3d630465fbfb819708cf3d8867b816415277f994 [diff] |
[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>
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.