summaryrefslogtreecommitdiff
path: root/indra/llrender/llglslshader.h
diff options
context:
space:
mode:
authorPtolemy <ptolemy@lindenlab.com>2021-04-29 10:27:09 -0700
committerPtolemy <ptolemy@lindenlab.com>2021-04-29 14:17:01 -0700
commit3f4b8423a46bae4736ebcc28082ee1a9d5b71d6b (patch)
tree69631aa8ca147be0ce7779f00b12a185d3b471ab /indra/llrender/llglslshader.h
parente371fdbf311e450ac0cc7f4d3fdacc938b489d92 (diff)
SL-14113: Merge duplicate shader constant for clarity.
Diffstat (limited to 'indra/llrender/llglslshader.h')
-rw-r--r--indra/llrender/llglslshader.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/indra/llrender/llglslshader.h b/indra/llrender/llglslshader.h
index 35e796e961..e2d0031740 100644
--- a/indra/llrender/llglslshader.h
+++ b/indra/llrender/llglslshader.h
@@ -67,11 +67,10 @@ public:
class LLGLSLShader
{
public:
- // NOTE:Keep gShaderConsts and LLGLSLShader::ShaderConsts_e in sync!
+ // NOTE: Keep gShaderConsts and LLGLSLShader::ShaderConsts_e in sync!
enum eShaderConsts
{
- SHADER_CONST_CLOUD_DEPTH
- , SHADER_CONST_MOON_DEPTH
+ SHADER_CONST_CLOUD_MOON_DEPTH
, SHADER_CONST_STAR_DEPTH
, NUM_SHADER_CONSTS
};