commit | c872031f9477df1a1a038cac77df4e3c0077e7be | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Mon Jul 07 14:33:52 2025 -0700 |
committer | James Price <jrprice@google.com> | Mon Jul 07 14:33:52 2025 -0700 |
tree | 3069a9be04596dc750f942be1b2044bdf75c32b0 | |
parent | 751fad3a174008279adcc612fa9152b1779813ac [diff] |
[sem] Remove unused field from sem::Function We do not need to support `blend_src` (which was wrongly named `index`) on function return values in the WGSL namespace now that backends are all IR. Change-Id: Ibbae550b65b5417fac6cf6183598e2b80fb42cd6 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/250821 Reviewed-by: dan sinclair <dsinclair@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.