Login  Register

Re: Enabling OpenGL GL2 compatible profile on a certain machine - problem!

Posted by Mabula Haverkamp on Sep 13, 2018; 6:21pm
URL: https://forum.jogamp.org/Enabling-OpenGL-GL2-compatible-profile-on-a-certain-machine-problem-tp4039189p4039208.html

Hi Julien,

Yes, you're right.

For now, the problem is solved ;-). The solution on the machine of my customer was indeed calling

glProfile = GLProfile.getMaxFixedFunc(false);

after failure of

glProfile = GLProfile.getMaxFixedFunc(true);

to provide a GL2 compatible profile.

Now OpenGL is enabled and all works fine.

Thank you very much for your assitance.
Mabula