commit | 997c2cbe94dd6a4bb5878d702926b0ef9b2a11ee | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Fri Sep 29 12:13:52 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Sep 29 12:13:52 2023 +0000 |
tree | aa7f9b88b9dcebb4f898b66bd6150fa0db671f22 | |
parent | 3610fc9815773eb36ec2ad7556c9dbbb3f229244 [diff] |
[tint][utils] Add a TINT_STATIC_INIT() helper NOT to be used in production code, but can be used for tests, benchmarks and fuzzers. Change-Id: I14dcebbe442f10345ae0569429cf03f349a074e6 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/153783 Commit-Queue: Corentin Wallez <cwallez@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Auto-Submit: 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.