commit | fc9b2c489785c4154d4b8988f25a11ec3f349bc9 | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Wed Oct 11 14:41:04 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Oct 11 14:41:04 2023 +0000 |
tree | 7b098c2a71e5b4e409ccb4098f213da8768c9178 | |
parent | 80b987eccbcb17fe679db6e5801cf956d17fcd36 [diff] |
[tint][resolver] Error if ptr store type is not storable We were allowing validation of pointers-to-pointers which violates the rule: > If a pointer type appears in the program source, it must also be valid to declare a variable, somewhere in the program, with the pointer type’s address space, store type, and access mode. This requires that the ptr store type is storable. Fixed: tint:2055 Change-Id: If12ce8535144429fc4e713d8ceb554617b210fee Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/155723 Auto-Submit: Ben Clayton <bclayton@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: James Price <jrprice@google.com> Kokoro: Kokoro <noreply+kokoro@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.