Re: Where did graph.curve.opengl.TextRenderer go ?
Posted by
Lili on
Aug 21, 2015; 10:49pm
URL: https://forum.jogamp.org/Where-did-graph-curve-opengl-TextRenderer-go-tp4034611p4035104.html
I'm back with the same problem unfortunately. I am now using a new computer (Ubuntu 15.04 with NVidia GTX 970). I moved my code from the old Mac computer to the new one and the workaround solution is giving me a runtime error

. I get "com.jogamp.opengl.GLException: Program is not linked" for this line of code
renderState.setShaderProgram(gl, shaderProg);
Anyone know of a way I can trick it into working?

Thank you