Remove the OpenGL (non-Core) and OpenGL ES renderers.

This commit is contained in:
OBattler
2025-06-28 20:41:04 +02:00
parent 2199722744
commit d15e062c83
8 changed files with 10 additions and 426 deletions

View File

@@ -80,8 +80,6 @@ public:
enum class Renderer {
Software,
OpenGL,
OpenGLES,
OpenGL3,
Vulkan,
None = -1