commit | 889a499ef471aa16918f701da4988d1c3b38146d | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Fri Jun 17 13:01:59 2022 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jun 17 13:01:59 2022 +0000 |
tree | 6063b539541580912063ea52add7990b89122735 | |
parent | ecb46b33ccf0aa519ee97577bbb494fb6f5b0630 [diff] |
Remove test/tint/BUILD.gn. This Cl moves the contents of the test/tint/BUILD.gn file into the src/tint/BUILD.gn file. This moves the tests into the same build file as what is being tested. This is more in line with how the CMakeLists.txt file is setup. This removes the need to update 2 BUILD.gn files when adding new files and tests to tint. Bug: tint:1517 Change-Id: I9beb8a8bff7c10ac875647246ad4362f7e60f7da Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/94040 Reviewed-by: Antonio Maiorano <amaiorano@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Auto-Submit: Dan Sinclair <dsinclair@chromium.org> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: 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.