Login  Register

Re: Hello Word with Gradle

Posted by jmaasing on Oct 28, 2015; 9:38pm
URL: https://forum.jogamp.org/Hello-Word-with-Gradle-tp4035649p4035650.html

Yea it crashes in GL-code but the reason it crashes could still be that native libraries are not found. It could also be that your initalization is not correct or many other things :-)

I guess it is this line that crashes
"GLProfile glProfile = GLProfile.get(GLProfile.GL4);"

Is there any other way (other application) you could use to verify that the driver supports OpenGL 4?