changes to get macos building
This commit is contained in:
parent
d5c557785d
commit
e34e38778e
@ -14,7 +14,7 @@ Collapsed=0
|
|||||||
|
|
||||||
[Window][Main]
|
[Window][Main]
|
||||||
Pos=0,0
|
Pos=0,0
|
||||||
Size=1654,1186
|
Size=2560,1532
|
||||||
Collapsed=0
|
Collapsed=0
|
||||||
|
|
||||||
[Window][Help]
|
[Window][Help]
|
||||||
|
@ -77,9 +77,8 @@ using namespace gl;
|
|||||||
#elif defined(IMGUI_IMPL_OPENGL_LOADER_EPOXY)
|
#elif defined(IMGUI_IMPL_OPENGL_LOADER_EPOXY)
|
||||||
#include <epoxy/gl.h>
|
#include <epoxy/gl.h>
|
||||||
#else
|
#else
|
||||||
#include <SDL2/SDL_opengl.h>
|
#include <OpenGL/gl.h>
|
||||||
#include <SDL2/SDL_opengles2.h>
|
#include <OpenGL/gl3.h>
|
||||||
#include <SDL2/SDL_opengles2_gl2.h>
|
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user