commit | 5ab6dcb59b1d89994891e98c3e8599c74913795f | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Thu Mar 23 19:35:02 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Mar 23 19:35:02 2023 +0000 |
tree | 04bdd453c382afaa0c957ca5aaa4fd0dab15063f | |
parent | b7179aa89d0c01b91396b46b8d79e13f756b5b2c [diff] |
Update AST Fuzzers to initialize MultiPlanar transform. When the fuzzers execute they need to make sure that, if there is data effecting the MultiPlanar transform that the configuration is provided. This used to be done by the generator, but is now the requirement of the caller to initialize. ThiS CL updates the AST Fuzzer common code to initialize the `ExternalTextureOptions` with the same logic that is done by the tint command. Bug: chromium:1421379 Change-Id: Id957d73fe1317558edfdfcec3c0e2eaee48625bd Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/125280 Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Ben Clayton <bclayton@google.com> Commit-Queue: Dan Sinclair <dsinclair@chromium.org>
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.