commit | 9b213fd22383b97987b26e4e3c1ea13a08c74a7e | [log] [tgz] |
---|---|---|
author | Brandon Jones <brandon1.jones@intel.com> | Tue Aug 15 00:01:30 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Aug 15 00:01:30 2023 +0000 |
tree | 6e23b83b84324fd1f02c21ca51baad799d9c413e | |
parent | 7cfcc930978412287b22b614d4293dd7dc1184db [diff] |
Add GL_EXT_blend_func_extended When Using Dual Source Blending Adds support for GL_EXT_blend_func_extended in GLSL writer backend whenever chromium_internal_dual_source_blending is enabled. Bug: dawn:1709 Change-Id: I60b07a1494d4ca70222170b79bff99f4e897f13d Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/146820 Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Ben Clayton <bclayton@google.com> Commit-Queue: Brandon1 Jones <brandon1.jones@intel.com>
Dawn is an open-source and cross-platform implementation of the work-in-progress 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)
(TODO)
Apache 2.0 Public License, please see LICENSE.
This is not an officially supported Google product.