mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-28 18:45:54 -05:00
Fixed Linux build with GL 3.1
This commit is contained in:
parent
9f403f2053
commit
2674b5db5c
1 changed files with 3 additions and 1 deletions
|
@ -14,7 +14,9 @@
|
||||||
# if BGFX_CONFIG_RENDERER_OPENGL >= 31
|
# if BGFX_CONFIG_RENDERER_OPENGL >= 31
|
||||||
# define GLCOREARB_PROTOTYPES
|
# define GLCOREARB_PROTOTYPES
|
||||||
# include <gl/glcorearb.h>
|
# include <gl/glcorearb.h>
|
||||||
# define GL_ARB_shader_objects // OSX collsion with GLhandleARB in gltypes.h
|
# if BX_PLATFORM_OSX
|
||||||
|
# define GL_ARB_shader_objects // OSX collsion with GLhandleARB in gltypes.h
|
||||||
|
# endif // BX_PLATFORM_OSX
|
||||||
# else
|
# else
|
||||||
# if BX_PLATFORM_LINUX
|
# if BX_PLATFORM_LINUX
|
||||||
# define GL_PROTOTYPES
|
# define GL_PROTOTYPES
|
||||||
|
|
Loading…
Reference in a new issue