---- Reported by tedmunds 2004-10-29 13:47:24 ---- The second argument to the GLSlang function glGetUniformLocationARB(GLhandleARB,const GLcharARB*) is a null-terminated string, and would appropriately be represented by a Java String. The addition of: ArgumentIsString glGetUniformLocationARB 1 to gl-common.cfg provides this enhancement. ---- Additional Comments From kbr 2004-10-29 15:00:04 ---- Thanks for catching this. ArgumentIsString directives have been added for the ARB_shader_objects and ARB_vertex_shader routines glGetUniformLocationARB, glBindAttribLocationARB, and glGetAttribLocationARB. This fix will be present in the next beta build. Please report any more errors like this that you see in the generated code. --- Bug imported by sgothel@jausoft.com 2010-03-24 07:47 EDT --- This bug was previously known as _bug_ 117 at https://jogl.dev.java.net/bugs/show_bug.cgi?id=117