Login  Register

Display() gets called before init() finishes

Posted by elect on Apr 20, 2015; 8:26am
URL: https://forum.jogamp.org/Display-gets-called-before-init-finishes-tp4034335.html

First time I have this problem

This is the last line executed in the init()

https://github.com/elect86/NvGlSamples/blob/master/NvGlSamples/src/nvGlSamples/bindlessApp/BindlessApp.java#L200

and then display() is called

Never faced this problem before

Ps: using com.jogamp.opengl.util.Animator as animator