Skip to content

Commit

Permalink
config.features.h - add HAVE_OPENGLES_3_1 / HAVE_OPENGLES_3_2
Browse files Browse the repository at this point in the history
  • Loading branch information
inactive123 committed Jul 1, 2016
1 parent cddb0a3 commit 6f241e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.features.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6f241e8

Please sign in to comment.