commit | 846e3149b71714889f67f9133305d02d028f05c3 | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Fri Apr 29 19:09:17 2022 +0000 |
committer | Ben Clayton <bclayton@google.com> | Fri Apr 29 19:09:17 2022 +0000 |
tree | 08fd6d8e8d9949922395a4d99bf2e218065a4bf5 | |
parent | e822f5e01666300d7d36948a47ec7d29a4ddf6b3 [diff] |
tools: Begin adding the CTS command line tool This CL introduces the Config structure, and config file. Used by all the sub-commands. Bug: dawn:1342 Change-Id: Iaad5a02bc2ceba2c63265cf0d1086dc7901e7ed7 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/88317 Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Antonio Maiorano <amaiorano@google.com>
Dawn is an open-source and cross-platform implementation of the work-in-progress 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)
(TODO)
Apache 2.0 Public License, please see LICENSE.
This is not an officially supported Google product.