commit | cc43f15ddc5e0a25cbdc141610483b2be2b941d6 | [log] [tgz] |
---|---|---|
author | Jiawei Shao <jiawei.shao@intel.com> | Wed May 29 00:44:43 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed May 29 00:44:43 2024 +0000 |
tree | f123c24da7a7b38def63b44640dbc637095ed937 | |
parent | d7dfc6c14ee7b97e4ff6dd85fd0aa7bbe708f233 [diff] |
Tint: Add `dual_source_blending` as a valid WGSL extension This patch adds `dual_source_blending` as a valid WGSL extension and an alias of `chromium_internal_dual_source_blending` and replaces `chromium_internal_dual_source_blending` with `dual_source_blending` in tests when possible. Bug: chromium:341973423 Change-Id: I724555d2ecab5de7214599e55d97aafd9b6ae559 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/190101 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.