Re: FirePro "Not a GL2 implementation"
Posted by
gouessej on
May 07, 2015; 1:43pm
URL: https://forum.jogamp.org/FirePro-Not-a-GL2-implementation-tp4034418p4034455.html
Xerxes Rånby wrote
GL2GL3 Interface containing the common subset of core GL3 (OpenGL 3.1+) and GL2, also known as the OpenGL 3.0 forward compatible, non deprecated subset.
This interface reflects only the programmable shader functionality of desktop OpenGL
in your case this interface is handled by your GL3 hardware driver that uses the core profile.
That's what I thought but your English is better than mine. Thanks.