commit | a9061604eabb19af172ddffc11c3e6b3bc1a03aa | [log] [tgz] |
---|---|---|
author | Kai Ninomiya <kainino@chromium.org> | Thu Sep 11 15:41:12 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Sep 11 15:41:12 2025 -0700 |
tree | 82a0c79b528cb5418ab9a1e8f76c2faade2199f2 | |
parent | f7e0d6074aaa9113bde41be0c2cdf62fa7cac356 [diff] |
[dawn] Rewrite ityp::span on top of std::span Allows removing the DAWN_CHECK which is now taken care of by libc++. Note that begin() and end() now return iterators instead of pointers. This doesn't affect anything except the tests. Also minor reformat of other ityp classes for consistency. Bug: none Change-Id: I070cbb7c03c460fb5cd697208a0cf2f69a4889d3 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/260380 Auto-Submit: Kai Ninomiya <kainino@chromium.org> Reviewed-by: Brandon Jones <bajones@chromium.org> Commit-Queue: Kai Ninomiya <kainino@chromium.org>
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.