GPU/HW: Add fallback path for no-texture-buffers
Yay, old Mali drivers without SSBOs...
This commit is contained in:
@ -492,10 +492,7 @@ bool OpenGLDevice::CheckFeatures(bool* buggy_pbo, FeatureMask disabled_features)
|
||||
}
|
||||
else
|
||||
{
|
||||
Host::ReportErrorAsync(
|
||||
TRANSLATE_SV("GPUDevice", "Error"),
|
||||
TRANSLATE_SV("Error", "Both texture buffers and SSBOs are not supported, or are of inadequate size."));
|
||||
return false;
|
||||
Log_WarningPrint("Both texture buffers and SSBOs are not supported. Performance will suffer.");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user