commit | da67732fb6aefd45296048498c820b796b06d3ca | [log] [tgz] |
---|---|---|
author | Jiawei Shao <jiawei.shao@intel.com> | Mon Jan 13 16:54:38 2025 -0800 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jan 13 16:54:38 2025 -0800 |
tree | 7eb459fb630bfd70e9bbe7661d65d6b49a9e60df | |
parent | cf100c1ac2d9d15630bdcd6eab2966f41389afc5 [diff] |
Fix compilation error when doing const iteration on SerialStorage This patch fixes the compilation error when doing const iteration on SerialStorage by explicitly calling the constructor of SerialStorage::ConstBeginEnd() as the constructor is declared as `explicit`. Bug: 42241516 Change-Id: I4370a88d4a0ce44783159b9d1de60fa32a621d6d Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/221874 Reviewed-by: Loko Kung <lokokung@google.com> Commit-Queue: Jiawei Shao <jiawei.shao@intel.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.