SL-18772 Potential fix for failed shader load on Intel HD 3000
parent
29ecdd09b9
commit
c136c5ece4
|
|
@ -190,7 +190,7 @@ BOOL LLShaderMgr::attachShaderFeatures(LLGLSLShader * shader)
|
|||
}
|
||||
}
|
||||
|
||||
if(features->calculatesAtmospherics)
|
||||
if(features->calculatesAtmospherics || features->hasGamma || features->isDeferred)
|
||||
{
|
||||
if (features->hasWaterFog)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue