Merge pull request #1765 from jpark37/blend-alpha

libobs: libobs-d3d11: Fix blend alpha overflow
This commit is contained in:
Jim
2019-04-14 00:22:20 -07:00
committed by GitHub
7 changed files with 10 additions and 10 deletions

View File

@@ -659,7 +659,7 @@ struct BlendState {
srcFactorC (GS_BLEND_SRCALPHA),
destFactorC (GS_BLEND_INVSRCALPHA),
srcFactorA (GS_BLEND_ONE),
destFactorA (GS_BLEND_ONE),
destFactorA (GS_BLEND_INVSRCALPHA),
redEnabled (true),
greenEnabled (true),
blueEnabled (true),