Files
oak-editor/app
itsmattkc baa8df38f6 opengl: use compatibility profile
The GLSL shaders are written in GLSL 1.10 even though the OpenGL standard is
set to OpenGL ES 3.2 Core. Many platforms allow this but some platforms don't.
For standards compliance, it's probably a good idea in the future to upgrade
the shaders to 3.2, but for now we'll use 3.2 Compatibility which will allow the
GLSL 1.10 shaders to compile.
2020-04-21 02:49:17 +10:00
..
2020-04-20 18:55:52 +10:00
2020-04-16 12:23:34 +10:00
2020-04-20 22:58:29 +10:00
2020-04-20 22:58:29 +10:00
2020-04-21 02:49:17 +10:00