commit | ad9cd0a141b427e0af0d7ebe89e4744dbce1a515 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Tue Dec 06 20:01:54 2022 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Dec 06 20:01:54 2022 +0000 |
tree | 5ee8d97d15dead18793a5e8a995b02df2310733d | |
parent | c07de73b0b56efcabc355c2a4df9211dcf1b0f30 [diff] |
Add base class for sem Struct and StructMember This CL splits the sem::Struct and sem::StructMember classes into having a base class and a sem variant. The sem variant contains the `ast::Declaration` for that sem node. This will allow the base classes to move into the type hierarchy and keep the sem specific requirements in the sem folder. Bug: tint:1718 Change-Id: I83294e957a52b87b8536dbb3582daa06a8516253 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/112860 Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: James Price <jrprice@google.com> Kokoro: 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.