| commit | 7842f10eeb6f905cb162532acdfe2c171453100d | [log] [tgz] |
|---|---|---|
| author | Ryan Harrison <rharrison@chromium.org> | Wed Oct 08 15:30:15 2025 -0700 |
| committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Oct 08 15:30:15 2025 -0700 |
| tree | 8a5cb05a8e335272f39bb4e134187fd3f2c324ec | |
| parent | 9fe5f864a0f21eed84d2bff697334736822441ea [diff] |
[tint] Replace tint::Slice with std::span /1 This is the first of a number of patches that replace using tint::Slice with std::span, where span is a drop in replacement. It also adds AsSpan() to tint::Vector to make it slight more ergonomic to get a span of a vector. The specific locations updated in this CL: - the IR fuzzer - IR binary decoding - the WGSL fuzzer - roundtrip fuzzing - bytes BufferReader Bug: 449980071 Change-Id: Ib9803a01e18ed7dfe8b2234053c8f6b1acbe3da5 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/265734 Commit-Queue: dan sinclair <dsinclair@chromium.org> Commit-Queue: Ryan Harrison <rharrison@chromium.org> Commit-Queue: James Price <jrprice@google.com> Reviewed-by: James Price <jrprice@google.com> Auto-Submit: Ryan Harrison <rharrison@chromium.org> Reviewed-by: dan sinclair <dsinclair@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.