mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-02 10:24:11 +01:00
Merge remote-tracking branch 'origin/next' into PipXtreme
This commit is contained in:
commit
d506dd1f35
@ -40,6 +40,10 @@
|
|||||||
#include "GL/glu.h"
|
#include "GL/glu.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(Q_OS_LINUX)
|
||||||
|
#include "GL/glu.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#if !defined(Q_OS_MAC)
|
#if !defined(Q_OS_MAC)
|
||||||
// ARB_vertex_buffer_object
|
// ARB_vertex_buffer_object
|
||||||
extern PFNGLBINDBUFFERARBPROC glBindBuffer;
|
extern PFNGLBINDBUFFERARBPROC glBindBuffer;
|
||||||
|
@ -35,6 +35,10 @@
|
|||||||
#include "GL/glu.h"
|
#include "GL/glu.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(Q_OS_LINUX)
|
||||||
|
#include "GL/glu.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <QtDebug>
|
#include <QtDebug>
|
||||||
|
|
||||||
using namespace glc;
|
using namespace glc;
|
||||||
|
Loading…
Reference in New Issue
Block a user