commit | 7c21fe5d92c87e7defd37a367de0ab933dad1973 | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Tue Feb 28 21:04:41 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Feb 28 21:04:41 2023 +0000 |
tree | 844abb9184b04fb7aa7d79767a6667cc3b28b1e4 | |
parent | b7c2aed189b5006628a6998d3d9aca783c89c864 [diff] |
tint/uniformity: Fix struct member partial pointers This assertion was mistakenly changed to only allow index accessors when the ast::AccessorExpression base class was added. Bug: chromium:1420257 Change-Id: Ic2b695dd7605c8852ab6d822602dca5d28ecf2d4 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/122103 Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: James Price <jrprice@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.