More OpenGL and DRM fixes

This commit is contained in:
jojo61
2020-01-03 12:22:47 +01:00
parent fe3681f6eb
commit dfe70f4f96
4 changed files with 11 additions and 7 deletions

View File

@@ -6,7 +6,7 @@ const char *gl_version = "#version 330";
#ifdef RASPI
const char *gl_version = "#version 300 es";
#else
const char *gl_version = "#version 320 es ";
const char *gl_version = "#version 300 es ";
#endif
#endif