commit | 0b18c8bd418716146ef1a28cf5cafbffe5f8844f | [log] [tgz] |
---|---|---|
author | Austin Eng <enga@chromium.org> | Tue Mar 26 00:42:27 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Mar 26 00:42:27 2024 +0000 |
tree | 978b039108048f5d9a4ee83d974590f1a47fc802 | |
parent | e5a62a88b182f3186d0e80e74209f37a18f1d41c [diff] |
Fix generation of proc table There was an error in a CL that added new procs. https://ci.chromium.org/ui/p/chromium/builders/try/dawn-try-linux-tsan-rel/177/overview The addition of new procs exceeded the nested parenthesis limit. Fix it by not using nested expressions to generate the proc table. Change-Id: I21b3d8977bfbd2f910a3600e16a47d06e722814e Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/180880 Commit-Queue: Austin Eng <enga@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.