Remove now unused legacy OGLES2 driver

This commit is contained in:
sfan5
2024-02-16 23:27:28 +01:00
parent 0a77ef5dc2
commit 8189b2338a
24 changed files with 3 additions and 6177 deletions

View File

@ -176,7 +176,8 @@ else()
set(DEFAULT_WEBGL1 TRUE)
endif()
option(ENABLE_GLES2 "Enable OpenGL ES 2+" ${DEFAULT_GLES2})
option(ENABLE_WEBGL1 "Enable WebGL (requires GLES2)" ${DEFAULT_WEBGL1})
#option(ENABLE_WEBGL1 "Enable WebGL (requires GLES2)" ${DEFAULT_WEBGL1})
set(ENABLE_WEBGL1 FALSE) # not working currently
if(ENABLE_WEBGL1)
set(ENABLE_GLES2 TRUE)
endif()
@ -242,7 +243,7 @@ if (ENABLE_GLES2)
else()
message(STATUS "OpenGL ES 2: OFF")
endif()
message(STATUS "WebGL: ${ENABLE_WEBGL1}")
#message(STATUS "WebGL: ${ENABLE_WEBGL1}")
# Required libs