Templatized OpenGLWidget so users can specify the version of OpenGL to support.
This commit is contained in:
@ -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
|
||||
)
|
||||
|
Reference in New Issue
Block a user