diff options
author | Xiaohong Bao <bao@lindenlab.com> | 2013-01-24 17:10:37 -0700 |
---|---|---|
committer | Xiaohong Bao <bao@lindenlab.com> | 2013-01-24 17:10:37 -0700 |
commit | 173806c4b1d18fe0188c1d189e7044fa977268ae (patch) | |
tree | 6f72266dba83351d63b0c33081dcc13af13a71c2 /indra/newview/llviewershadermgr.cpp | |
parent | 940e7c8fcd9c6f7b6eb98a5ad77d15de23f15b72 (diff) |
for SH-3665: more post processing of the frame difference image
Diffstat (limited to 'indra/newview/llviewershadermgr.cpp')
-rw-r--r-- | indra/newview/llviewershadermgr.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewershadermgr.cpp b/indra/newview/llviewershadermgr.cpp index 1aa36eafee..dd86ef4f34 100644 --- a/indra/newview/llviewershadermgr.cpp +++ b/indra/newview/llviewershadermgr.cpp @@ -2723,6 +2723,7 @@ BOOL LLViewerShaderMgr::loadShadersInterface() gTwoTextureCompareProgram.bind(); gTwoTextureCompareProgram.uniform1i("tex0", 0); gTwoTextureCompareProgram.uniform1i("tex1", 1); + gTwoTextureCompareProgram.uniform1i("dither_tex", 2); } } |