summaryrefslogtreecommitdiffstatshomepage
path: root/bgfx/effects/deconverge.json
diff options
context:
space:
mode:
Diffstat (limited to 'bgfx/effects/deconverge.json')
-rw-r--r--bgfx/effects/deconverge.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/bgfx/effects/deconverge.json b/bgfx/effects/deconverge.json
index 71a0c6e3cb8..69d67632497 100644
--- a/bgfx/effects/deconverge.json
+++ b/bgfx/effects/deconverge.json
@@ -1,10 +1,10 @@
{
"blend": {
"equation": "add",
- "srcColor": "srcAlpha",
- "dstColor": "1-srcAlpha",
- "srcAlpha": "srcAlpha",
- "dstAlpha": "1-srcAlpha"
+ "srcColor": "1",
+ "dstColor": "0",
+ "srcAlpha": "1",
+ "dstAlpha": "0"
},
"depth": {
"function": "always"