summaryrefslogtreecommitdiff
path: root/indra/llrender/llshadermgr.cpp
diff options
context:
space:
mode:
authorruslantproductengine <ruslantproductengine@lindenlab.com>2016-05-13 18:47:23 +0300
committerruslantproductengine <ruslantproductengine@lindenlab.com>2016-05-13 18:47:23 +0300
commit1b5af4be298198cedc407b6b294b2d71129d7731 (patch)
tree0fdc088875470a70c684da2ef7fea1055775b203 /indra/llrender/llshadermgr.cpp
parentbceafa5062db394048312aa7fe0a7706fb9524b7 (diff)
Add invert texture coordinates for media textures.
Diffstat (limited to 'indra/llrender/llshadermgr.cpp')
-rwxr-xr-xindra/llrender/llshadermgr.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llrender/llshadermgr.cpp b/indra/llrender/llshadermgr.cpp
index b2be3cc3b6..79e0b3da28 100755
--- a/indra/llrender/llshadermgr.cpp
+++ b/indra/llrender/llshadermgr.cpp
@@ -1206,6 +1206,7 @@ void LLShaderMgr::initAttribsAndUniforms()
mReservedUniforms.push_back("origin");
mReservedUniforms.push_back("display_gamma");
+ mReservedUniforms.push_back("invert_tex_y");
llassert(mReservedUniforms.size() == END_RESERVED_UNIFORMS);
std::set<std::string> dupe_check;