Remove conflicting glext.h
This commit is contained in:
parent
bf28e7efc3
commit
81160b2ec0
2 changed files with 5 additions and 10280 deletions
10279
src/gl/glext.h
10279
src/gl/glext.h
File diff suppressed because it is too large
Load diff
|
@ -28,7 +28,11 @@
|
|||
#include <OpenGL/glext.h>
|
||||
#else
|
||||
#include <GL/gl.h>
|
||||
#include "gl/glext.h"
|
||||
#endif
|
||||
|
||||
#ifndef GL_GLEXT_VERSION
|
||||
// The following typedef is copied from glext.h
|
||||
typedef void (*PFNGLMULTIDRAWARRAYSPROC) (GLenum mode, const GLint* first, const GLsizei* count, GLsizei drawcount);
|
||||
#endif
|
||||
|
||||
static const float deg2rad = 3.1415926536f / 180.f;
|
||||
|
|
Loading…
Reference in a new issue