commit | b6bff7f647a1615ebb73a6a435029465205d24d9 | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Tue May 21 18:09:54 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue May 21 18:09:54 2024 +0000 |
tree | 13c95a6f5c3217425938809787b2027c6f07ea24 | |
parent | 6167f1b4634a9240b237942266d1f1617f1d16f1 [diff] |
[tint][ast][fuzz] Replace Options DI with Context Instead of dependency-injecting `fuzz::wgsl::Options` to the TINT_WGSL_PROGRAM_FUZZER() function, wrap this in a new `Context` structure, which holds the `Options` along with a new set of `ProgramProperties`. This holds useful information about the `Program` that transforms can use (like skip). Bug: 339704100 Change-Id: I66542b1a719281eb16a17aeb2f569a7fb66c0d45 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/189120 Reviewed-by: Ryan Harrison <rharrison@chromium.org> Commit-Queue: Ben Clayton <bclayton@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.