ioquake / ioq3

The ioquake3 community effort to continue supporting/developing id's Quake III Arena
https://ioquake3.org/
GNU General Public License v2.0
2.42k stars 529 forks source link

OpenGL2: Fix WebGL and add fallback to GLES2 #665

Closed zturtleman closed 5 months ago

zturtleman commented 5 months ago

This fixes WebGL and adds a list of OpenGL context types to try. It will fallback to GLES2 if OpenGL fails (and vice-versa as it already did).