Login  Register

Re: problems with shaders

Posted by Demoscene Passivist on Jan 24, 2011; 12:19am
URL: https://forum.jogamp.org/problems-with-shaders-tp2092883p2316436.html

> Which graphics card do you use?

NVidia GTX 8800M (Notebook GPU) on Windows Vista x32.

inGL.glGetProgramInfoLog(inShaderObjectID, tLogLength, tReturnValue, tShaderLog);

.. returns nothing, no errors. but with:

inGL.glGetInfoLogARB(inShaderObjectID, tLogLength, tReturnValue, tShaderLog);

... I get detailed compiler error messages . Up until now I thought glGetProgramInfoLog was the way to go when trying to get the compile error logs ?!