commit | b664a6e4456399d4cea52d6bedb691f43958592c | [log] [tgz] |
---|---|---|
author | Ryan Harrison <rharrison@chromium.org> | Thu May 29 19:21:40 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu May 29 19:21:40 2025 -0700 |
tree | 65a088e3a3e6b062bfe8ee5d23197d275735a2c3 | |
parent | 1efec9a26cab5ca7e408f017f44f0c947d198985 [diff] |
Reland "[tint][ir][val] Reject duplicate binding points in entry points" This is a reland of commit eaa166cbcf9b72243ffd7cd5a301d7f13d478620 plus changes needed for D3D11 backends and updates to tests. Original change's description: > [tint][ir][val] Reject duplicate binding points in entry points > > Also adds a capability for allowing duplicate binding points after > BindingRemapper has run. > > Fixes: 416291256 > > Change-Id: Icff6c1fb4581b1cf5b08af61de6192bb02cdf870 > Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/242597 > Reviewed-by: James Price <jrprice@google.com> > Commit-Queue: Ryan Harrison <rharrison@chromium.org> > Auto-Submit: Ryan Harrison <rharrison@chromium.org> Fixes: 416291256 Change-Id: I7eca6d4acb83040969a258f2d8b5c9b61f6a5bbe Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/244454 Commit-Queue: James Price <jrprice@google.com> Auto-Submit: Ryan Harrison <rharrison@chromium.org> Commit-Queue: Ryan Harrison <rharrison@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.