[Webkit-unassigned] [Bug 35790] New: getUniformLocation return object instead of number

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 5 07:57:20 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=35790

           Summary: getUniformLocation return object instead of number
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebGL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: info at microcan.nl


The latest WebKit has changed the function gl.getUniformLocation. This function
now returns an object. According to the OpenGL ES 2.0 standard it should return
-1 if a uniform location does not exist. If the uniform location does exist it
returns an object. It should return an index number you can use in
gl.uniformMatrix4fv.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list