commit | 3ee18513bd153f455d0709a5ec8f044866298337 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Tue Sep 23 08:24:44 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Sep 23 08:24:44 2025 -0700 |
tree | 9c1f82897fa5d3bbda5f0259ab0de0111758f6e3 | |
parent | 5f4e48d67eb7d94e9c2375c398f2073292747a2c [diff] |
Validate pointers have a store type. The StoreType for a pointer must not be a `nullptr` when decoding the protobuf. Fixed: 446725508 Change-Id: Ica0e4476d4ef2d9aad96bcf8bc18384605de9bbf Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/263114 Reviewed-by: Ryan Harrison <rharrison@chromium.org> Reviewed-by: James Price <jrprice@google.com> Commit-Queue: Ryan Harrison <rharrison@chromium.org> Auto-Submit: dan sinclair <dsinclair@chromium.org> Commit-Queue: dan sinclair <dsinclair@chromium.org> Commit-Queue: James Price <jrprice@google.com>
Dawn is an open-source and cross-platform implementation of the 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)
BSD 3-Clause License, please see LICENSE.
This is not an officially supported Google product.