commit | 26ebbb4c87296269c7f54ad400834a9359d759af | [log] [tgz] |
---|---|---|
author | Gregg Tavares <gman@chromium.org> | Mon Jan 13 13:44:27 2025 -0800 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jan 13 13:44:27 2025 -0800 |
tree | fd062c3a6ef770c9abcb6bc8d5001cceb2cdc123 | |
parent | 60a78b1ae59d6724d658e1eb3d8e2813afb29cb9 [diff] |
Add --debug-cts to run-cts command The CTS itself has a debug option. This makes it print out way more info including things like the adapterInfo.vendor and the sample points for texture builtins. So, add a way to pass in that flag to the CTS when using run-cts. Change-Id: If34030b80bb6f7e8af0b5445cde341bbb16572d3 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/220974 Reviewed-by: dan sinclair <dsinclair@chromium.org> Commit-Queue: dan sinclair <dsinclair@chromium.org> Reviewed-by: dan sinclair <dsinclair@google.com> Auto-Submit: Gregg Tavares <gman@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.