diff options
author | Ptolemy <ptolemy@lindenlab.com> | 2022-06-27 14:09:44 -0700 |
---|---|---|
committer | Ptolemy <ptolemy@lindenlab.com> | 2022-06-27 14:09:44 -0700 |
commit | 7ac0923e3375c490daa1ff1ae34a68b99e41afad (patch) | |
tree | 293e102ac4cd64609f009ae9189d5ca34e70f557 /indra | |
parent | 63daefb39afba64110a48572ac629c83fb31a7c7 (diff) |
SL-17274: Document which shader encodesNormal includes
Diffstat (limited to 'indra')
-rw-r--r-- | indra/llrender/llglslshader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llrender/llglslshader.h b/indra/llrender/llglslshader.h index 6b4778c270..68e1a8954d 100644 --- a/indra/llrender/llglslshader.h +++ b/indra/llrender/llglslshader.h @@ -52,7 +52,7 @@ public: bool hasShadows; bool hasAmbientOcclusion; bool hasSrgb; - bool encodesNormal; + bool encodesNormal; // include: shaders\class1\environment\encodeNormF.glsl bool isDeferred; bool hasIndirect; S32 mIndexedTextureChannels; |