Core: Add missing BUILD_GLES3 flag

This commit is contained in:
Vicki Pfau 2020-07-06 15:16:08 -07:00
parent 7762b8c598
commit 3be21bf595
1 changed files with 4 additions and 0 deletions

View File

@ -15,6 +15,10 @@
#cmakedefine BUILD_GLES2
#endif
#ifndef BUILD_GLES3
#cmakedefine BUILD_GLES3
#endif
// Miscellaneous flags
#ifndef COLOR_16_BIT