Revert "libobs: libobs-d3d11: obs-filters: No excess alpha"
This reverts commit d91bd327d7
, which
broke alpha with sources, scenes, and filter, causing them all to become
opaque unintentionally.
This commit is contained in:
@@ -659,7 +659,7 @@ struct BlendState {
|
||||
srcFactorC (GS_BLEND_SRCALPHA),
|
||||
destFactorC (GS_BLEND_INVSRCALPHA),
|
||||
srcFactorA (GS_BLEND_ONE),
|
||||
destFactorA (GS_BLEND_INVSRCALPHA),
|
||||
destFactorA (GS_BLEND_ONE),
|
||||
redEnabled (true),
|
||||
greenEnabled (true),
|
||||
blueEnabled (true),
|
||||
|
Reference in New Issue
Block a user