SL-18772 Potential fix for failed shader load on Intel HD 3000

master
Dave Parks 2023-02-01 16:23:44 -06:00
parent 29ecdd09b9
commit c136c5ece4
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ BOOL LLShaderMgr::attachShaderFeatures(LLGLSLShader * shader)
}
}
if(features->calculatesAtmospherics)
if(features->calculatesAtmospherics || features->hasGamma || features->isDeferred)
{
if (features->hasWaterFog)
{