commit | b3aab0965214e10efea7a5d6fe7e014cb8252a69 | [log] [tgz] |
---|---|---|
author | Author: Shiyu Liu <jamessliu2020@gmail.com> | Wed May 04 13:07:29 2022 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed May 04 13:07:29 2022 +0000 |
tree | 59966c0297d784e6cbdac2bacd3efe09f6db91d2 | |
parent | 03f361ba8ec0b5889ad57e9430c71a95fc9c68ed [diff] |
AST fuzzer: Change unary expression operator Adds a mutation that changes the operator used in a unary expression to some other type-compatible operator. Fixes: tint:1486 Change-Id: Icf87652fe9ceedcded88d47daece7401a7811873 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/87223 Kokoro: Kokoro <noreply+kokoro@google.com> Auto-Submit: Alastair Donaldson <afdx@google.com> Reviewed-by: Ryan Harrison <rharrison@chromium.org> Commit-Queue: Alastair Donaldson <afdx@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.