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.
2 parents 5d64e64 + f8fad89 commit 67b9779Copy full SHA for 67b9779
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