Disable EGL in Emscripten builds
This commit is contained in:
committed by
Sam Lantinga
parent
f303ccca64
commit
b0860fb0c2
@@ -1549,7 +1549,6 @@ elseif(EMSCRIPTEN)
|
||||
|
||||
#enable gles
|
||||
if(SDL_OPENGLES)
|
||||
set(SDL_VIDEO_OPENGL_EGL 1)
|
||||
set(HAVE_OPENGLES TRUE)
|
||||
set(SDL_VIDEO_OPENGL_ES2 1)
|
||||
set(SDL_VIDEO_RENDER_OGL_ES2 1)
|
||||
|
||||
Reference in New Issue
Block a user