summaryrefslogtreecommitdiff
path: root/indra/llrender/llshadermgr.cpp
diff options
context:
space:
mode:
authorMichael Pohoreski <ptolemy@lindenlab.com>2022-06-23 14:53:07 +0000
committerMichael Pohoreski <ptolemy@lindenlab.com>2022-06-23 14:53:07 +0000
commitd67e1f4f91e4b206e36343ee31fa4877dd58c01c (patch)
tree0caf93cd03728bb4c5fbd52fb339531c765c6676 /indra/llrender/llshadermgr.cpp
parent36d9fa90150d30a0a0851cc0da87531014c1d93d (diff)
parent6540b4c480d1d4b4c8342a0d093d09f525485659 (diff)
Merged DRTVWR-559 into SL-17274_view_dir
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 4dd5bb591b..9e28e18fee 100644
--- a/indra/llrender/llshadermgr.cpp
+++ b/indra/llrender/llshadermgr.cpp
@@ -1171,6 +1171,7 @@ void LLShaderMgr::initAttribsAndUniforms()
mReservedUniforms.push_back("bumpMap2");
mReservedUniforms.push_back("environmentMap");
mReservedUniforms.push_back("reflectionProbes");
+ mReservedUniforms.push_back("irradianceProbes");
mReservedUniforms.push_back("cloud_noise_texture");
mReservedUniforms.push_back("cloud_noise_texture_next");
mReservedUniforms.push_back("fullbright");