| commit | 8dbd4d028073c22594f4457ebd6c806afd439d41 | [log] [tgz] |
|---|---|---|
| author | dan sinclair <dsinclair@chromium.org> | Wed Jul 27 18:54:05 2022 +0000 |
| committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jul 27 18:54:05 2022 +0000 |
| tree | fc989c041d9b3801a149b011c9f0f35a812b2138 | |
| parent | f330229de5a135f4430756dd3d244bd1bddae6a4 [diff] |
Add storage_class error reporting to generators and transform. With the experimental push_contants PR we will have AST which can not be generated by all backends. Historically this would trigger the fuzzers as an error. This CL changes the storage_class to an error from an ICE and updates the code so the fuzzers only error on ICE or Fatal errors. Change-Id: I2039a3d4cb457d805d38e2d6a790121318d1f07d Bug: tint:1620 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/97281 Commit-Queue: Ben Clayton <bclayton@google.com> Auto-Submit: Dan Sinclair <dsinclair@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Ben Clayton <bclayton@google.com>
Dawn is an open-source and cross-platform implementation of the work-in-progress 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)
(TODO)
Apache 2.0 Public License, please see LICENSE.
This is not an officially supported Google product.