config.features.h - add HAVE_OPENGLES_3_1 / HAVE_OPENGLES_3_2

This commit is contained in:
twinaphex 2016-07-01 12:43:48 +02:00
parent cddb0a3b48
commit 6f241e80a0

View File

@ -80,7 +80,7 @@ static const bool _vulkan_supp = true;
static const bool _vulkan_supp = false;
#endif
#if defined(HAVE_OPENGLES) || defined(HAVE_OPENGLES2) || defined(HAVE_OPENGLES3)
#if defined(HAVE_OPENGLES) || defined(HAVE_OPENGLES2) || defined(HAVE_OPENGLES3) || defined(HAVE_OPENGLES_3_1) || defined(HAVE_OPENGLES_3_2)
static const bool _opengles_supp = true;
#else
static const bool _opengles_supp = false;