commit | 571eea1e9b33486148be3257d49588f190956454 | [log] [tgz] |
---|---|---|
author | Gregg Tavares <gman@chromium.org> | Sat Jan 18 16:23:09 2025 -0800 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Jan 18 16:23:09 2025 -0800 |
tree | 20846de8a65f406f7bba76de0d2cc67ac9df6859 | |
parent | 0c8f10626e6cb2bc260a61365976d52f5967dfd4 [diff] |
Fix dawn.node iterator error. This compiled on mac but fails on linux. The linux error is correct. Change-Id: I32b45d63b4c46269b2ffc146ebe0406c64adb6fe Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/222534 Auto-Submit: Gregg Tavares <gman@chromium.org> Commit-Queue: Gregg Tavares <gman@chromium.org> Commit-Queue: James Price <jrprice@google.com> Reviewed-by: James Price <jrprice@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.