commit | 5b846751ebc47dfdd36a185ae3ce177dc7ab0133 | [log] [tgz] |
---|---|---|
author | Corentin Wallez <cwallez@chromium.org> | Wed Nov 29 11:27:55 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Nov 29 11:27:55 2023 +0000 |
tree | 76ec95229cbccb2f773a2c089331c291ec90f888 | |
parent | a59eb50148aa400fc32e6606e691977e779e88f5 [diff] |
Add Enumerate() a C++ version of Python's builtin. It allows code like the following: for (auto [i, value] : container) { ... } Bug: dawn:2222 Change-Id: I0fc95db690f738e742da1c8e661b8f8a98d03f3b Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/162502 Reviewed-by: Austin Eng <enga@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Loko Kung <lokokung@google.com> Kokoro: Kokoro <noreply+kokoro@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.