Login  Register

Re: Can't get OpenGL 3.x with JDK 7

Posted by gouessej on Jul 24, 2013; 8:50pm
URL: https://forum.jogamp.org/Can-t-get-OpenGL-3-x-with-JDK-7-tp4029658p4029662.html

If it isn't enough, try to get all available profiles. Maybe the default profile isn't the one supporting OpenGL 3. You can use GLProfile.getMaxProgrammable(true) or GLProfile.getMaxFixedFunc(true) to favor the hardware rasterizer and skip Microsoft GDI crappy OpenGL driver. If you're on a laptop, you have to force the performance profile in NVIDIA graphical user interface to prevent your operating system from using another graphics chip (Intel) with Microsoft's driver.
Julien Gouesse | Personal blog | Website