Bug 117

Summary: Adding glGetUniformLocationARB to gl-common.cfg
Product: [JogAmp] Jogl Reporter: Sven Gothel <sgothel>
Component: coreAssignee: Sven Gothel <sgothel>
Status: VERIFIED FIXED    
Severity: normal    
Priority: P3    
Version: 1   
Hardware: All   
OS: all   
Type: FEATURE SCM Refs:
Workaround: ---

Description Sven Gothel 2010-03-24 07:47:02 CET


---- 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