commit | dfeaf29055e17d1a01caa7c69af50e577808cfda | [log] [tgz] |
---|---|---|
author | Antonio Maiorano <amaiorano@google.com> | Fri Jun 24 20:34:00 2022 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jun 24 20:34:00 2022 +0000 |
tree | 20260ebb2c20798112d494b2e28cb30d969d880a | |
parent | 90ec3d13689db861655166d47c9ce1de7102c9b7 [diff] |
tint: Add sem::IndexAccessorExpression Also store expression object in MemberAccessorExpression, as well as the struct on sem::StructMember. These are used to implement spir-v reader atomics in a follow-up CL. Bug: tint:1441 Change-Id: Iea49cfb7f9d2e7898d89d2dac6a16a14022c546f Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/94523 Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Antonio Maiorano <amaiorano@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.