Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
Remove now unused legacy OGLES2 driver
Browse files Browse the repository at this point in the history
  • Loading branch information
sfan5 committed Feb 16, 2024
1 parent f4a989e commit fb390b6
Show file tree
Hide file tree
Showing 13 changed files with 3 additions and 5,472 deletions.
5 changes: 3 additions & 2 deletions source/Irrlicht/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down Expand Up @@ -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

Expand Down
68 changes: 0 additions & 68 deletions source/Irrlicht/COGLES2Common.h

This file was deleted.

Loading

0 comments on commit fb390b6

Please sign in to comment.