Re: Enabling OpenGL GL2 compatible profile on a certain machine - problem!
Posted by Mabula Haverkamp on Sep 12, 2018; 7:48pm
URL: https://forum.jogamp.org/Enabling-OpenGL-GL2-compatible-profile-on-a-certain-machine-problem-tp4039189p4039199.html
Hi Julien,
Thank you again, I will try all the suggestions that you made:
- You could simply call getMaxFixedFunc(true) first and if it doesn't return a GL2 implementation, call getMaxFixedFunc(false).
- If i were you, I would stick to GL2 only if I needed some features not in GL2ES1. (probably can use GL2ES1, so I'll verify that first)
And I will report back if I am able to solve this with my customer.
Mabula