commit | 407137aa46ed7b69e760a246a6d480e58fc4135c | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Wed Jun 28 21:02:32 2023 +0000 |
committer | Ben Clayton <bclayton@google.com> | Wed Jun 28 21:02:32 2023 +0000 |
tree | 4027327996a52f58d5128f3a91041c43ad8e87dd | |
parent | 5735a675eb5fb259c0361cc06638d0a3ba994611 [diff] |
[tint][utils] Add bounds assertions to vector Fix a handful of places where these fired. Fortunately none of these were exceeding the vector capacity (these would have been caught by ASAN). Change-Id: I68fc24091c626abd1e3386ebfc9f8929860a5530 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/139320 Reviewed-by: Dan Sinclair <dsinclair@chromium.org> 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.