commit | 68bfd6db9d27dd28104026c4130d6e7ab832bd4c | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Fri Jun 02 23:41:16 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jun 02 23:41:16 2023 +0000 |
tree | d86a3988a177393c3aaf086666744dbe20101be2 | |
parent | 5682a629756e1efe36a1179505cc9877e6abcc6a [diff] |
[tint] Add assertions for iterator invalidation For HashmapBase iterators, check that the container being iterated over has not been modified since the iterator was created. Change-Id: I13dd6ac590b6146f5f87a10e4d462574ec84eff6 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/135765 Auto-Submit: James Price <jrprice@google.com> Reviewed-by: Ben Clayton <bclayton@google.com> Commit-Queue: James Price <jrprice@google.com> Kokoro: Kokoro <noreply+kokoro@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.