commit | b653257309c598543ff495ec75a077df411b4606 | [log] [tgz] |
---|---|---|
author | Corentin Wallez <cwallez@chromium.org> | Fri Jun 20 14:10:27 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jun 20 14:10:27 2025 -0700 |
tree | 0fa4e20f334bd578ba374da46073f1fa714432e2 | |
parent | 0e207618c976f1ddfb067ab728bfcfe307b9be97 [diff] |
[dawn][native] Add end2end tests passing binding_array as argument. Several backends need to use "direct variable access" and have transforms that remove handle function arguments and instead inline them in the function's code. Bug: 393558555 Change-Id: Ib6318452ab2360ed3f8a09fb369fbe6ee7d07299 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/238294 Reviewed-by: Loko Kung <lokokung@google.com> Commit-Queue: Corentin Wallez <cwallez@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.