dont default to GL3
This commit is contained in:
parent
222924aefd
commit
45b78a3e86
@ -1,8 +1,8 @@
|
||||
project(TurboBadger)
|
||||
cmake_minimum_required(VERSION 2.8)
|
||||
|
||||
option(TB_BUILD_DEMO_GLFW "Build the Demo application. Depends on glfw." OFF)
|
||||
option(TB_BUILD_DEMO_SDL2 "Build the Demo application. Depends on SDL2." ON)
|
||||
option(TB_BUILD_DEMO_GLFW "Build the Demo application. Depends on glfw." ON)
|
||||
option(TB_BUILD_DEMO_SDL2 "Build the Demo application. Depends on SDL2." OFF)
|
||||
option(TB_DEMO_IN_SRC "Build the demo application to the source directory" ON)
|
||||
option(TB_DEBUG_POSTFIX "Add _d postfix for debug builds" OFF)
|
||||
option(TB_GENERATE_CONFIG "Generate the tb_config.h file from provided parameters in cmake. Default Off" OFF)
|
||||
|
@ -60,7 +60,7 @@
|
||||
|
||||
/** Enable renderer using OpenGL3. This renderer depends on TB_RENDERER_BATCHER.
|
||||
It is using GL version 3.2, */
|
||||
#define TB_RENDERER_GL3
|
||||
//#define TB_RENDERER_GL3
|
||||
|
||||
/** Enable renderer using OpenGL ES. This renderer depends on TB_RENDERER_GL.
|
||||
It is using GL ES version 1. */
|
||||
|
Loading…
Reference in New Issue
Block a user