commit | 8c9411653c73c26265cc2175a608a20c444bcc22 | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Wed Jan 03 14:45:40 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jan 03 14:45:40 2024 +0000 |
tree | 0033c759f3571b51398e3d86e2ac6b1278c34004 | |
parent | f7c844b26baa8431462a4ddcd3c6602578842d2f [diff] |
Move new WGSL AST fuzzer. This CL moves the WGSL AST fuzzer up a level and uses the `tint::wgsl::writer::Generate` method instead of calling the `ASTPrinter::Generate` directly. Change-Id: I43248ae467176cee3d1bfcc1b3e6b2089cafb193 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/167740 Commit-Queue: dan sinclair <dsinclair@chromium.org> Reviewed-by: Ben Clayton <bclayton@google.com> Kokoro: Kokoro <noreply+kokoro@google.com>
Dawn is an open-source and cross-platform implementation of the 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)
BSD 3-Clause License, please see LICENSE.
This is not an officially supported Google product.