commit | 991810463a797d6e770127e604cdd3d8b8ff6e43 | [log] [tgz] |
---|---|---|
author | Ryan Harrison <rharrison@chromium.org> | Mon Jun 09 15:32:16 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jun 09 15:32:16 2025 -0700 |
tree | 8f6eb69f0d220abf087186d5a6a2749ab70d71fe | |
parent | 21f017834b15fec64ca9bc40feca64c37af32d0a [diff] |
[tint][msl] Validate BindingOptions in CanGenerate This makes more sense in CanGenerate than Generate. This also avoids logic in the fuzzers that causes an ICE if CanGenerate passes, but Generate subsequently fails. Fixes: 423247106 Change-Id: I70713cee9431d63f25de28630f4e06a8fb94ac46 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/246096 Commit-Queue: James Price <jrprice@google.com> Reviewed-by: James Price <jrprice@google.com> Auto-Submit: Ryan Harrison <rharrison@chromium.org> Commit-Queue: Ryan Harrison <rharrison@chromium.org>
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.