| commit | 04af5588e7953b0651ee82b08b48f9117c0e8679 | [log] [tgz] |
|---|---|---|
| author | Brian Sheedy <bsheedy@google.com> | Wed Dec 17 06:24:50 2025 -0800 |
| committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Dec 17 06:24:50 2025 -0800 |
| tree | 8c834b9188ec3ab51659dd90aff43fdc51e62ed9 | |
| parent | 052e62509e5ce8f9beabf42d10d617a506e3f41f [diff] |
Remove os usage from results Removes direct usage of os for filesystem operations (constants are still used) from //tools/src/cmd/cts/results/results.go in favor of dependency injection. Test coverage will be added in a follow-up CL. Bug: 344014313 Change-Id: Ib717b65684229719f963489a6c6be9086fd00de7 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/281138 Reviewed-by: dan sinclair <dsinclair@chromium.org> Auto-Submit: Brian Sheedy <bsheedy@google.com> Commit-Queue: 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.