GLES3+: Fix headers.

This commit is contained in:
Бранимир Караџић 2023-01-21 08:51:44 -08:00
parent adb0f893a3
commit bea82a1343
1 changed files with 8 additions and 2 deletions

View File

@ -140,8 +140,14 @@ typedef uint64_t GLuint64;
# define GL_UNSIGNED_INT_24_8 GL_UNSIGNED_INT_24_8_OES
# elif BGFX_CONFIG_RENDERER_OPENGLES >= 30
# include <GLES3/gl3platform.h>
# include <GLES3/gl3.h>
# include <GLES3/gl3ext.h>
# if BGFX_CONFIG_RENDERER_OPENGLES >= 32
# include <GLES3/gl32.h>
# elif BGFX_CONFIG_RENDERER_OPENGLES >= 31
# include <GLES3/gl31.h>
# else
# include <GLES3/gl3.h>
# endif // BGFX_CONFIG_RENDERER_OPENGLES
# include <GLES2/gl2ext.h>
# endif // BGFX_CONFIG_RENDERER_
# if BGFX_USE_EGL