commit | 39c8708eab8bb0decec9675be0a0b19857e02e70 | [log] [tgz] |
---|---|---|
author | Antonio Maiorano <amaiorano@google.com> | Mon Oct 16 16:05:55 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Oct 16 16:05:55 2023 +0000 |
tree | e1be8d20c108b2cdd4fe80afcca14b96bab56f03 | |
parent | 0949f707d0fd582c49d0fa1f8449e31fb0d2e1b5 [diff] |
tint: avoid copying iterator This fixes a Clang C++20 warning from range-loop-analysis about the loop variable creating a copy. Change-Id: I0355081cf6f5b73e6b4f6b73bedeb7fcea69fe6d Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/156082 Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Antonio Maiorano <amaiorano@google.com> Reviewed-by: Ben Clayton <bclayton@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.