mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
should fix egl.h issues
This commit is contained in:
parent
b3706f5018
commit
9a7af0f435
@ -24,13 +24,17 @@
|
||||
|
||||
#ifdef OPENGLES_2
|
||||
#include "gles2gsg.h"
|
||||
#include "pre_x11_include.h"
|
||||
#include <EGL/egl.h>
|
||||
#include "post_x11_include.h"
|
||||
#define NativeDisplayType EGLNativeDisplayType
|
||||
#define NativePixmapType EGLNativePixmapType
|
||||
#define NativeWindowType EGLNativeWindowType
|
||||
#else
|
||||
#include "glesgsg.h"
|
||||
#include "pre_x11_include.h"
|
||||
#include <GLES/egl.h>
|
||||
#include "post_x11_include.h"
|
||||
#endif
|
||||
|
||||
class FrameBufferProperties;
|
||||
|
Loading…
x
Reference in New Issue
Block a user