We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8287d9 commit 8717520Copy full SHA for 8717520
src/libprojectM/Renderer/ShaderEngine.cpp
@@ -17,7 +17,7 @@
17
#ifdef USE_GLES
18
#define GLSL_VERSION "300 es"
19
#else
20
- #define GLSL_VERSION "410"
+ #define GLSL_VERSION "330"
21
#endif
22
23
0 commit comments