mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-06 19:39:56 -05:00
Start migrating from GLEW to glbindings
Fix compile errors from wrong function parameters in OpenGL calls
This commit is contained in:
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user