diff options
author | 2016-04-29 06:58:09 +0200 | |
---|---|---|
committer | 2016-04-29 06:58:20 +0200 | |
commit | 223a955d0b045729edab22c6f9f69d2324918ef4 (patch) | |
tree | 2ed2ed7596cdeecf2ff75adcf9fda9bea4147720 /bgfx/effects/hlsl | |
parent | 41a489a94769b19e10c91b27934bf9351d53b4f1 (diff) |
Fix up bgfx NTSC shader, nw
Diffstat (limited to 'bgfx/effects/hlsl')
-rw-r--r-- | bgfx/effects/hlsl/ntsc_encode.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bgfx/effects/hlsl/ntsc_encode.json b/bgfx/effects/hlsl/ntsc_encode.json index 680c14c5931..694dce91fd9 100644 --- a/bgfx/effects/hlsl/ntsc_encode.json +++ b/bgfx/effects/hlsl/ntsc_encode.json @@ -9,10 +9,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" |