File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -446,9 +446,9 @@ bool LLFeatureManager::loadGPUClass()
446446
447447 if (gGLManager .getRawGLString ().find (" Radeon" ) != std::string::npos && checkRDNA35 () && gGLManager .mDriverVersionVendorString .find (" 25." ) != std::string::npos)
448448 {
449- LL_WARNS (" RenderInit" ) << " Detected AMD RDNA3.5 GPU on a known bad driver; disabling shader profiling to prevent freezes." << LL_ENDL;
450- mSkipProfiling = true ;
451- LLGLSLShader:: sCanProfile = false ;
449+ LL_WARNS (" RenderInit" ) << " Detected AMD RDNA3.5 GPU on a known bad driver; disabling benchmark and occlusion culling to prevent freezes." << LL_ENDL;
450+ gSavedSettings . setBOOL ( " SkipBenchmark " , true ) ;
451+ gSavedSettings . setBOOL ( " UseOcclusion " , false ) ;
452452 }
453453
454454 if (!gSavedSettings .getBOOL (" SkipBenchmark" ))
You can’t perform that action at this time.
0 commit comments