1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-12 16:15: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

@@ -24,9 +24,6 @@ enum E_DRIVER_TYPE
primitives. */
EDT_OPENGL,
//! OpenGL-ES 1.x driver, for embedded and mobile systems
EDT_OGLES1,
//! OpenGL-ES 2.x driver, for embedded and mobile systems
/** Supports shaders etc. */
EDT_OGLES2,