Re: How to get GL2 implemebntation on an ARM device (Linux)
Posted by
gouessej on
Apr 26, 2013; 12:42pm
URL: https://forum.jogamp.org/How-to-get-GL2-implemebntation-on-an-ARM-device-Linux-tp4029045p4029046.html
Hi
Try to call GLProfile.getMaxFixedFunc(false) instead of GLProfile.getDefault().
Edit.: GLProfile.getMaximum(false) should work too.