summaryrefslogtreecommitdiff
path: root/indra/llrender
diff options
context:
space:
mode:
authormobserveur <mobserveur@gmail.com>2025-10-02 14:31:04 +0200
committermobserveur <mobserveur@gmail.com>2025-10-02 14:31:04 +0200
commit72010d908770d6afe6295e3a112f38d39752b968 (patch)
tree2cfcf6cd4fa4d53d026b90377e9bcf0c9799d4bc /indra/llrender
parentc4524c0305107092f80195b9691d7124fa85e69a (diff)
Cleaning deprecated gamma functions in shaders
This commit cleans the deprecated gamma functions in the shaders
Diffstat (limited to 'indra/llrender')
-rw-r--r--indra/llrender/llshadermgr.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llrender/llshadermgr.cpp b/indra/llrender/llshadermgr.cpp
index 9b55998886..6dd3634309 100644
--- a/indra/llrender/llshadermgr.cpp
+++ b/indra/llrender/llshadermgr.cpp
@@ -263,6 +263,7 @@ bool LLShaderMgr::attachShaderFeatures(LLGLSLShader * shader)
}
}
+ /*
if (features->hasGamma || features->isDeferred)
{
if (!shader->attachFragmentObject("windlight/gammaF.glsl"))
@@ -270,6 +271,7 @@ bool LLShaderMgr::attachShaderFeatures(LLGLSLShader * shader)
return false;
}
}
+ */
if (features->hasAtmospherics || features->isDeferred)
{