Re: How to make GLProfile works?
Posted by elect on Feb 24, 2017; 9:10pm
URL: https://forum.jogamp.org/How-to-make-GLProfile-works-tp4037667p4037671.html
Try this:
GLProfile profile = GLProfile.getMaxProgrammableCore(true);
System.out.println("Max OpenGL Version " + profile.getName());