mirror of
https://github.com/edubart/otclient.git
synced 2025-10-18 21:43:26 +02:00
fix EGL
This commit is contained in:
@@ -55,8 +55,8 @@ bool Shader::compileSourceCode(const std::string& sourceCode)
|
||||
static const char *qualifierDefines =
|
||||
"#ifndef GL_FRAGMENT_PRECISION_HIGH\n"
|
||||
"#define highp mediump\n"
|
||||
"#endif\n";
|
||||
"precision highp float;\n"
|
||||
"#endif\n"
|
||||
"precision highp float;\n";
|
||||
#endif
|
||||
|
||||
std::string code = qualifierDefines;
|
||||
|
Reference in New Issue
Block a user