commit | c6ccd539e857263b96a05bcb8baac069e90e9f5c | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Fri Feb 04 18:48:05 2022 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Feb 04 18:48:05 2022 +0000 |
tree | beafb1b25bb0d94d0c43989aad2e00a6ad0024cb | |
parent | a6750751c735fc70aa40617bb4a9123e875c5bd8 [diff] |
tint->dawn: Move src/fuzzers/dawn -> src/dawn/fuzzers This has already been moved once, but with more consideration, there's far less fuzzer-related stuff to put in the same root directory here. Bug: dawn:1275 Change-Id: Ic4bb556d9a9f104293cca3316cae84b66a6362b6 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/79104 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Ben Clayton <bclayton@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.