summaryrefslogtreecommitdiff
path: root/indra/llrender/llglslshader.cpp
diff options
context:
space:
mode:
authorGraham Linden <graham@lindenlab.com>2013-07-25 09:36:13 -0700
committerGraham Linden <graham@lindenlab.com>2013-07-25 09:36:13 -0700
commitf357269c38a8627aeb67c82c5ee34b49336e0d8b (patch)
tree1bc688e9548a02799d5c90817193f1a851c74edc /indra/llrender/llglslshader.cpp
parent24cef8d36b13c02ec06c58cc66d9bce040891069 (diff)
NORSPEC-325 WIP restore gamma (uncorrected) attenuation and unify sRGB conversion in one place
Diffstat (limited to 'indra/llrender/llglslshader.cpp')
-rwxr-xr-xindra/llrender/llglslshader.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llrender/llglslshader.cpp b/indra/llrender/llglslshader.cpp
index ac16e30796..b854218e3d 100755
--- a/indra/llrender/llglslshader.cpp
+++ b/indra/llrender/llglslshader.cpp
@@ -87,6 +87,7 @@ LLShaderFeatures::LLShaderFeatures()
, mIndexedTextureChannels(0)
, disableTextureIndex(false)
, hasAlphaMask(false)
+ , hasSRGB(false)
{
}