commit | d0a341f6ee1b95eb79ad78d3525e819fb17a04fa | [log] [tgz] |
---|---|---|
author | dan sinclair <dsinclair@chromium.org> | Thu Sep 04 20:41:08 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Sep 04 20:41:08 2025 -0700 |
tree | 6cf9f51e472f8ad0632850412072180d1f251b59 | |
parent | e153162fe0ffb96b34bbb818031de74a47d76258 [diff] |
[spirv-fuzz] Generate resource bindings configuration. The fuzzer passes in randomized options to the SPIR-V writer. The resource bindings are required to match up to the module itself, so replace the random resource_binding options with generated options. Fixed: 442161264 Change-Id: Ife9cc326f61a8af52e7930b0ce17728a0e9f8673 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/260734 Commit-Queue: dan sinclair <dsinclair@chromium.org> Reviewed-by: James Price <jrprice@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.