Now using OpenGL 4.0.
This commit is contained in:
parent
acf7325553
commit
ca5618bce2
@ -6,8 +6,8 @@ add_subdirectory(converter)
|
||||
PROJECT(MarbleRaceGroupC)
|
||||
|
||||
# ACGL setup
|
||||
SET(ACGL_OPENGL_SUPPORT CORE_32)
|
||||
ADD_DEFINITIONS(-DACGL_OPENGL_VERSION_32)
|
||||
SET(ACGL_OPENGL_SUPPORT CORE_40)
|
||||
ADD_DEFINITIONS(-DACGL_OPENGL_VERSION_40)
|
||||
ADD_DEFINITIONS(-DACGL_OPENGL_PROFILE_CORE)
|
||||
# create the newest availabe OpenGL context, independent of the ACGL version:
|
||||
#ADD_DEFINITIONS(-DGLFW_OPENGL_LATEST_VERSION)
|
||||
|
@ -1,4 +1,4 @@
|
||||
#version 150
|
||||
#version 400
|
||||
|
||||
in vec3 vNormal;
|
||||
in vec2 vTexCoord;
|
||||
|
Loading…
Reference in New Issue
Block a user