commit | 6168e7253445ace7e094894a289464cba602039f | [log] [tgz] |
---|---|---|
author | Corentin Wallez <cwallez@chromium.org> | Tue Nov 28 19:03:45 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Nov 28 19:03:45 2023 +0000 |
tree | 7787c5aac81a4e4c159b5cf018d62901cb01efb5 | |
parent | 8e840880eb15cfe1e8c5cc1bf38848e69101e68c [diff] |
Add ityp::SpanFromUntyped This helps create ityp::span from the Dawn C interface of pointer + count. Bug: dawn:2222 Change-Id: I78309871b689f6544746fb5f05ebd9a31cd92649 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/162501 Reviewed-by: Austin Eng <enga@chromium.org> Reviewed-by: Loko Kung <lokokung@google.com> Commit-Queue: Corentin Wallez <cwallez@chromium.org> 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.