Closed GoogleCodeExporter closed 9 years ago
Thanks for the report. I think your graphics card is actually too new (OpenGL 4
removed some OpenGL 2 functionality). According to
http://forum.jogamp.org/Not-a-GL2-implementation-exception-td4030873.html we
should use GL2ES2 instead of GL2 for compatibility.
Original comment by magreenb...@gmail.com
on 2 Jan 2014 at 11:34
More related reading:
http://forum.jogamp.org/What-profile-to-choose-td3575514.html
It seems that specifying |GLProfile.getMaxFixedFunc(true)| instead of
|GLProfile.getDefault()| in CefClient::createGLCanvas() may resolve the
problem. Can you test it and report back? Thanks.
Original comment by magreenb...@gmail.com
on 6 Jan 2014 at 5:50
I had the same issue and making that change to CefClient resolved it for me.
Original comment by aaron.ra...@gmail.com
on 6 Mar 2014 at 3:06
@#2: Fixed in revision 85.
Original comment by magreenb...@gmail.com
on 17 Jun 2014 at 6:15
Original issue reported on code.google.com by
Scynthe...@gmail.com
on 24 Dec 2013 at 5:47