mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-18 01:15:39 +00:00
Remove blendEnabled in BlendStateDescriptor, in order to match web idl
BUG=dawn:32 Change-Id: I7225d919ca1a9c1c848050ad3b9e8832725f0af6 Reviewed-on: https://dawn-review.googlesource.com/c/4460 Commit-Queue: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
committed by
Commit Bot service account
parent
393d555a0e
commit
5987c4e839
@@ -61,7 +61,6 @@ namespace utils {
|
||||
blend.srcFactor = dawn::BlendFactor::One;
|
||||
blend.dstFactor = dawn::BlendFactor::Zero;
|
||||
dawn::BlendStateDescriptor blendStateDescriptor;
|
||||
blendStateDescriptor.blendEnabled = false;
|
||||
blendStateDescriptor.alphaBlend = blend;
|
||||
blendStateDescriptor.colorBlend = blend;
|
||||
blendStateDescriptor.colorWriteMask = dawn::ColorWriteMask::All;
|
||||
|
||||
Reference in New Issue
Block a user