commit | db84712ea910ee1a38c4fa73040c30fcb4ad832b | [log] [tgz] |
---|---|---|
author | Jiawei Shao <jiawei.shao@intel.com> | Thu Jun 20 04:57:49 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jun 20 04:57:49 2024 +0000 |
tree | c27b95a230bf10b1cb8adec21965c290f34d992e | |
parent | 16443d7d6670d5e9e23550fe7d822bda6c378f6c [diff] |
Require both `blend_src(0)` and `blend_src(1)` must be used in one struct This patch adds a new check on dual source blending that both `@location(0) @blend_src(0)` and `@location(0) @blend_src(1)` must be used in one struct, and other members (if exist) must not have `@location` attribute, or neither of them are used. As now this rule is applied to all structs, the original checks on the entry point are all removed. Bug: chromium:341973423 Test: tint_unittests Change-Id: I71a7b088e57bfd67eb1adf9f1c053f1592c3ce5a Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/191766 Commit-Queue: Jiawei Shao <jiawei.shao@intel.com> 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.