commit | d6cc69f5b9a6bd1362f96710eea8c70823bb1de7 | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Fri Aug 08 11:48:15 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Aug 08 11:48:15 2025 -0700 |
tree | f7c4f733b10eadf4da88c4b5ae62cbaef994b313 | |
parent | 9bb712bd9f669437b353c4c0a1dba192081b903c [diff] |
[spirv-reader] Run ResolveBindingConflictsPass pass Binding conflicts can be produced by SplitCombinedImageSamplerPass, or be present in the original SPIR-V. If no sampler_mappings are provided, run this SPIR-V opt pass to resolve conflicts. Fixed: 435251397 Change-Id: Ieb437aa3ae009d0154283955a89026fbc4eee84a Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/256695 Reviewed-by: dan sinclair <dsinclair@chromium.org> Reviewed-by: David Neto <dneto@google.com> Commit-Queue: 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.