allow OpenGL ES2/3 in options

This commit is contained in:
Jeffery Myers
2024-12-04 08:16:31 -08:00
parent bf07ce9e72
commit d99a10f973

View File

@@ -7,7 +7,9 @@ newoption
{ "opengl11", "OpenGL 1.1"},
{ "opengl21", "OpenGL 2.1"},
{ "opengl33", "OpenGL 3.3"},
{ "opengl43", "OpenGL 4.3"}
{ "opengl43", "OpenGL 4.3"},
{ "openges2", "OpenGL ES2"},
{ "openges3", "OpenGL ES3"}
},
default = "opengl33"
}