commit | ad3156551ca2593892ad6148742cf2d737358317 | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Sun Feb 05 12:36:50 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sun Feb 05 12:36:50 2023 +0000 |
tree | 39df6f21ce6b797f060dce63f26767f13bf1f739 | |
parent | 8aaa2797c10f836277fdb097a400425d1c448379 [diff] |
tint/ast: Add AccessorExpression New base class to IndexAccessorExpression and MemberAccessorExpression. Simplfies code that operates on both of these. Change-Id: I02ce2e8180d7c1836f0b4d8e629e707e19e3539e Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/118403 Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: James Price <jrprice@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.