Add ES 3.0 to CMakeOptions (#3514)
This commit is contained in:
parent
6cd37e57a6
commit
3b09ef58ca
2 changed files with 3 additions and 1 deletions
|
@ -4,7 +4,7 @@ include(EnumOption)
|
|||
|
||||
enum_option(PLATFORM "Desktop;Web;Android;Raspberry Pi;DRM" "Platform to build for.")
|
||||
|
||||
enum_option(OPENGL_VERSION "OFF;4.3;3.3;2.1;1.1;ES 2.0" "Force a specific OpenGL Version?")
|
||||
enum_option(OPENGL_VERSION "OFF;4.3;3.3;2.1;1.1;ES 2.0;ES 3.0" "Force a specific OpenGL Version?")
|
||||
|
||||
# Configuration options
|
||||
option(BUILD_EXAMPLES "Build the examples." ${RAYLIB_IS_MAIN})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue