commit | 5c780d784c657d488caf06c5f855538268aa4ae7 | [log] [tgz] |
---|---|---|
author | Kai Ninomiya <kainino@chromium.org> | Thu Mar 17 21:43:17 2022 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Mar 17 21:43:17 2022 +0000 |
tree | 6e5a82e38b49d2078b3ccf21de28a7029b8a7284 | |
parent | 28a3c8947e8f1f4abec6d67ebcba695a619ca63c [diff] |
Add WebGPU CTS dep and build files These build files are not yet used, but intended to be included by a build file in Chromium. The test expectations file will move here too, allowing Dawn/Tint changes to adjust test expectations in the same CL. Bug: chromium:1306640 Change-Id: Id0be5c155ec7c79252e724cd64e54d1ea9f3dbda Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/83761 Reviewed-by: Austin Eng <enga@chromium.org> Commit-Queue: Kai Ninomiya <kainino@chromium.org>
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.