Login  Register

Re: Hello Word with Gradle

Posted by elect on Oct 29, 2015; 8:08am
URL: https://forum.jogamp.org/Hello-Word-with-Gradle-tp4035649p4035654.html

jmaasing wrote
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?
I am also pretty sure it has to do with Gradle, but this is how I was told here and here..

The driver works fine, it runs flawless without using Gradle and I have GL 4.5