You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add BCD data points for this feature (to GPUSupportedFeatures, and GPUDevice.createRenderPipeline/GPUDevice.createRenderPipelineAsync) — this shipped in Chrome 130.
The text was updated successfully, but these errors were encountered:
chrisdavidmills
changed the title
[WebGPU] Add support for Support for dual-source blending ("dual-source-blending" feature) in WGSL
[WebGPU] Add support for dual-source blending ("dual-source-blending" feature) in WGSL
Oct 18, 2024
See https://developer.chrome.com/blog/new-in-webgpu-130#dual_source_blending for change description.
Acceptance criteria
dstFactor
to include the updated list of blend factors (see https://gpuweb.github.io/gpuweb/#enumdef-gpublendfactor) and mention that thedual-source-blending
feature is needed to usesrc1
,one-minus-src1
,src1-alpha
, andone-minus-src1-alpha
.GPUSupportedFeatures
, andGPUDevice.createRenderPipeline
/GPUDevice.createRenderPipelineAsync
) — this shipped in Chrome 130.The text was updated successfully, but these errors were encountered: