Disabled LC_LOAD_EXTENSIONS for GLES.

This commit is contained in:
Leonardo Zide 2018-02-25 15:58:16 -08:00
parent 232ece5e6b
commit c5f4500b4b

View file

@ -10,7 +10,7 @@ extern bool gSupportsTexImage2DMultisample;
extern bool gSupportsAnisotropic;
extern GLfloat gMaxAnisotropy;
#ifndef Q_OS_MAC
#if !defined(Q_OS_MAC) && !defined(QT_OPENGL_ES)
#define LC_LOAD_GLEXTENSIONS
#endif