commit | 388f632c14a6479ce7aa22772d0c72c28d4c1025 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Wed Apr 02 13:26:24 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Apr 02 13:26:24 2025 -0700 |
tree | 1772371b9cc1e9c0d5f5b4b8ccd4d55b0d7825a9 | |
parent | 6c3da0db6ad935f52bb0bc00c66c5c9c60ad9cd9 [diff] |
[inspector] Update tests to use WGSL. This CL updates the inspector tests which currently use the builder methods to instead pass in WGSL directly. This is a lot easier to read and understand what is under test. Bug: 401977519 Change-Id: I1c9d0cd8c8429b4274108bdedac94ac0c8af2850 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/234154 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: dan sinclair <dsinclair@chromium.org> Reviewed-by: James Price <jrprice@google.com> Auto-Submit: 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.