Start migrating from GLEW to glbindings

Fix compile errors from wrong function parameters in OpenGL calls
This commit is contained in:
Alexander Bock
2017-07-03 01:37:53 -04:00
parent a65eba4d93
commit 467a6c3542
16 changed files with 67 additions and 96 deletions
+3 -4
View File
@@ -22,17 +22,16 @@
* OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. *
****************************************************************************************/
#include <ghoul/opengl/ghoul_gl.h>
#include "sgct.h"
#include <openspace/engine/wrapper/sgctwindowwrapper.h>
#include "sgct.h"
#undef near
#undef far
namespace {
const char* GuiWindowTag = "GUI";
}
} // namespace
namespace openspace {