commit | 025152c93a5555c62752a4e6ee36b9d6705a7199 | [log] [tgz] |
---|---|---|
author | Jiawei Shao <jiawei.shao@intel.com> | Thu Jun 06 23:06:46 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jun 06 23:06:46 2024 +0000 |
tree | 48353c85a069f07a15cb58fe2b6c9297abae8a87 | |
parent | 391cce6be303475d75894154f88f7f1b06e7b1ce [diff] |
Verify `@blend_src` can only be used as fragment output This patch adds a check that `@blend_src` can only be used as fragment output. Bug: chromium:341973423 Test: tint_unittests Change-Id: I441a9e492e572bf0f7fb8c35d4695252c6b6ef42 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/191808 Reviewed-by: James Price <jrprice@google.com> Commit-Queue: Jiawei Shao <jiawei.shao@intel.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.