Templatized OpenGLWidget so users can specify the version of OpenGL to support.

This commit is contained in:
David Williams
2015-02-24 22:17:46 +01:00
parent d3b71a92b9
commit e985dce075
8 changed files with 33 additions and 18 deletions

View File

@ -29,7 +29,6 @@ SET(SRC_FILES
#OpenGLImmediateModeSupport.cpp
#OpenGLSupport.cpp
#OpenGLVertexBufferObjectSupport.cpp
../common/OpenGLWidget.cpp
../common/PolyVoxExample.cpp
Shapes.cpp
)
@ -40,6 +39,7 @@ SET(INC_FILES
#OpenGLSupport.h
#OpenGLVertexBufferObjectSupport.h
../common/OpenGLWidget.h
../common/OpenGLWidget.inl
../common/PolyVoxExample.h
Shapes.h
)