commit | f0ba12c5e0ae3f0610da69f5483e6316837b2097 | [log] [tgz] |
---|---|---|
author | Corentin Wallez <cwallez@chromium.org> | Tue Nov 28 22:03:47 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Nov 28 22:03:47 2023 +0000 |
tree | 4f8dfeee4d002463f5958e0e0c8f5b4e6aeb510a | |
parent | 3c54ba593c7811c6ddcf5f61f8610187d210aa16 [diff] |
Add a Python-like Range iterator. This is to help iterate over ranges of typed integers. Bug: dawn:2222 Change-Id: I63c827cf98e8cf07a8bc2be3bc2d01c6799e97af Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/162503 Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Austin Eng <enga@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Loko Kung <lokokung@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.