summaryrefslogtreecommitdiff
path: root/indra/llrender/llshadermgr.cpp
diff options
context:
space:
mode:
authorPtolemy <ptolemy@lindenlab.com>2020-06-29 11:59:52 -0700
committerPtolemy <ptolemy@lindenlab.com>2020-06-29 11:59:52 -0700
commit2805f380743ae56deed97e3ad2c849abd36e7244 (patch)
tree8d4c2021b71d8dd5039f7456b3efba2c1e61bc7a /indra/llrender/llshadermgr.cpp
parent7ad05093b8143bcae443805c71c5517628ca1bc5 (diff)
DRTVWR-497 Cleanup: Document which enum order comes from
Diffstat (limited to 'indra/llrender/llshadermgr.cpp')
-rw-r--r--indra/llrender/llshadermgr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llrender/llshadermgr.cpp b/indra/llrender/llshadermgr.cpp
index 1383020873..236ebbd78f 100644
--- a/indra/llrender/llshadermgr.cpp
+++ b/indra/llrender/llshadermgr.cpp
@@ -1180,7 +1180,7 @@ void LLShaderMgr::initAttribsAndUniforms()
llassert(mReservedUniforms.size() == LLShaderMgr::MULTI_LIGHT_FAR_Z+1);
-
+ //NOTE: MUST match order in eGLSLReservedUniforms
mReservedUniforms.push_back("proj_mat");
mReservedUniforms.push_back("proj_near");
mReservedUniforms.push_back("proj_p");