summaryrefslogtreecommitdiff
path: root/indra/llrender/llshadermgr.cpp
diff options
context:
space:
mode:
authorDave Houlton <euclid@lindenlab.com>2022-04-29 17:26:17 -0600
committerDave Houlton <euclid@lindenlab.com>2022-04-29 17:26:17 -0600
commit82311e4b44a863078fb1f47d56e9543abaae210c (patch)
tree9da37968aca957045a4750ab1915ba85b172f427 /indra/llrender/llshadermgr.cpp
parentf05e58715e0a18a7ba2ace87c2ae45684c864169 (diff)
parent93a025966649e281ceff8d1471bc983cc036bc17 (diff)
Merge branch 'DRTVWR-559' into euclid-17277
Diffstat (limited to 'indra/llrender/llshadermgr.cpp')
-rw-r--r--indra/llrender/llshadermgr.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llrender/llshadermgr.cpp b/indra/llrender/llshadermgr.cpp
index c100c182dd..cd7ec478bb 100644
--- a/indra/llrender/llshadermgr.cpp
+++ b/indra/llrender/llshadermgr.cpp
@@ -1155,6 +1155,7 @@ void LLShaderMgr::initAttribsAndUniforms()
mReservedUniforms.push_back("bumpMap");
mReservedUniforms.push_back("bumpMap2");
mReservedUniforms.push_back("environmentMap");
+ mReservedUniforms.push_back("reflectionMap");
mReservedUniforms.push_back("cloud_noise_texture");
mReservedUniforms.push_back("cloud_noise_texture_next");
mReservedUniforms.push_back("fullbright");