mirror of
https://github.com/leozide/leocad
synced 2025-01-29 20:34:50 +01:00
Disabled LC_LOAD_EXTENSIONS for GLES.
This commit is contained in:
parent
232ece5e6b
commit
c5f4500b4b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue