1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-13 16:45:20 +02:00

Delete OpenGL ES 1.0 driver (#15067)

This commit is contained in:
sfan5
2024-08-28 20:44:42 +02:00
committed by GitHub
parent 1298d6c020
commit bf4d31227b
19 changed files with 11 additions and 3453 deletions

View File

@@ -720,9 +720,8 @@ void CIrrDeviceMacOSX::createDriver()
#endif
break;
case video::EDT_OGLES1:
case video::EDT_OGLES2:
os::Printer::log("This driver is not available in OSX. Try OpenGL or Software renderer.", ELL_ERROR);
os::Printer::log("This driver is not available on OSX.", ELL_ERROR);
break;
case video::EDT_NULL: