mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Delete OpenGL ES 1.0 driver (#15067)
This commit is contained in:
parent
1298d6c020
commit
bf4d31227b
19 changed files with 11 additions and 3453 deletions
|
@ -100,10 +100,6 @@ extern "C" IRRLICHT_API bool IRRCALLCONV isDriverSupported(E_DRIVER_TYPE driver)
|
|||
case EDT_OPENGL:
|
||||
return true;
|
||||
#endif
|
||||
#ifdef _IRR_COMPILE_WITH_OGLES1_
|
||||
case EDT_OGLES1:
|
||||
return true;
|
||||
#endif
|
||||
#ifdef _IRR_COMPILE_WITH_OGLES2_
|
||||
case EDT_OGLES2:
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue