Re: JOGL 2.0 (OpenGL/OpenGL-ES) backend for LibGDX
Posted by
Xerxes Rånby on
Jun 11, 2015; 4:44pm
URL: https://forum.jogamp.org/JOGL-2-0-OpenGL-OpenGL-ES-backend-for-LibGDX-tp4027689p4034670.html
Peter wrote
Dear Julien,
I have cloned again your repo, maybe tomorrow i will fight with default libgdx shaders code and then i'll let you know if I succeeded :)
Goodnight,
Peter
I quickly prepared a patch that would allow your hardware to compile the non-modified shaders
https://github.com/xranby/libgdx/commit/aafb0c1fbe9d377a530129a838124d7de2a0f166It is untested but should fix your issue by avoiding trying to compile the shaders using a core profile.
Cheers
Xerxes