We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dda1b0 commit f8fad89Copy full SHA for f8fad89
indra/llrender/llshadermgr.cpp
@@ -79,7 +79,7 @@ bool LLShaderMgr::attachShaderFeatures(LLGLSLShader * shader)
79
//////////////////////////////////////
80
81
// NOTE order of shader object attaching is VERY IMPORTANT!!!
82
- if (features->calculatesAtmospherics)
+ if (features->calculatesAtmospherics || features->hasGamma || features->isDeferred)
83
{
84
if (!shader->attachVertexObject("windlight/atmosphericsVarsV.glsl"))
85
0 commit comments