diff options
author | Ptolemy <ptolemy@lindenlab.com> | 2020-06-29 11:59:52 -0700 |
---|---|---|
committer | Ptolemy <ptolemy@lindenlab.com> | 2020-06-29 11:59:52 -0700 |
commit | 2805f380743ae56deed97e3ad2c849abd36e7244 (patch) | |
tree | 8d4c2021b71d8dd5039f7456b3efba2c1e61bc7a /indra/llrender/llshadermgr.cpp | |
parent | 7ad05093b8143bcae443805c71c5517628ca1bc5 (diff) |
DRTVWR-497 Cleanup: Document which enum order comes from
Diffstat (limited to 'indra/llrender/llshadermgr.cpp')
-rw-r--r-- | indra/llrender/llshadermgr.cpp | 2 |
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"); |