Bug 117 - Adding glGetUniformLocationARB to gl-common.cfg
Summary: Adding glGetUniformLocationARB to gl-common.cfg
Status: VERIFIED FIXED
Alias: None
Product: Jogl
Classification: JogAmp
Component: core (show other bugs)
Version: 1
Hardware: All all
: P3 normal
Assignee: Sven Gothel
URL:
Depends on:
Blocks:
 
Reported: 2004-10-29 01:47 CEST by Sven Gothel
Modified: 2015-09-27 03:14 CEST (History)
0 users

See Also:
Type: FEATURE
SCM Refs:
Workaround: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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