UI: ARM Win GL Qualcomm driver Error Message Change
When using GPU_DEVICE_QUALCOMM video drivers on Win32 with OpenGL (just ARM) if the driver is too old a console message says that the driver is not capable of running "Blender 4.0". This PR just adds "or later". Pull Request: https://projects.blender.org/blender/blender/pulls/143108
This commit is contained in:
committed by
Harley Acheson
parent
28ff392b19
commit
d6573097eb
@@ -225,7 +225,7 @@ void GLBackend::platform_init()
|
||||
if (ver0 < 30 || (ver0 == 30 && ver1 == 0 && ver2 < 3820)) {
|
||||
std::cout
|
||||
<< "=====================================\n"
|
||||
<< "Qualcomm drivers older than 30.0.3820.x are not capable of running Blender 4.0\n"
|
||||
<< "Qualcomm drivers older than 30.0.3820.x cannot run Blender 4.0 or later.\n"
|
||||
<< "If your device is older than an 8cx Gen3, you must use a 3.x LTS release.\n"
|
||||
<< "If you have an 8cx Gen3 or newer device, a driver update may be available.\n"
|
||||
<< "=====================================\n";
|
||||
|
||||
Reference in New Issue
Block a user