commit | ddd2f5905b1d725a865e5b558ddf681f7d88ef7d | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Wed Oct 11 13:28:57 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Oct 11 13:28:57 2023 +0000 |
tree | 46aa8b03e906b645f0eea7d33f57b95915b7dc09 | |
parent | 8886d0b3bdb7b3f79d4899d1d9930d17a5d31865 [diff] |
[tint][resolver] Move handling of incomplete types Into the SemHelper. This is used by nested types, unlike the old handling which only checked the final type expression. Fixes ICEs for incomplete types used as sub-types. Fixed: tint:2058 Change-Id: Iee0494e89d4f86b367989bfbedd730bdda3f0897 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/155700 Commit-Queue: Antonio Maiorano <amaiorano@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Auto-Submit: Ben Clayton <bclayton@google.com> Reviewed-by: Antonio Maiorano <amaiorano@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.