mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-18 04:53:06 +01:00
Android default is GLES 3.0.
This commit is contained in:
@@ -86,7 +86,9 @@
|
||||
# endif // BGFX_CONFIG_RENDERER_OPENGL
|
||||
|
||||
# ifndef BGFX_CONFIG_RENDERER_OPENGLES_MIN_VERSION
|
||||
# define BGFX_CONFIG_RENDERER_OPENGLES_MIN_VERSION 1
|
||||
# define BGFX_CONFIG_RENDERER_OPENGLES_MIN_VERSION (0 \
|
||||
|| BX_PLATFORM_ANDROID \
|
||||
? 30 : 1)
|
||||
# endif // BGFX_CONFIG_RENDERER_OPENGLES_MIN_VERSION
|
||||
|
||||
# ifndef BGFX_CONFIG_RENDERER_OPENGLES
|
||||
|
||||
Reference in New Issue
Block a user