[Webkit-unassigned] [Bug 131235] New: Keep track of filtered active attribute/uniform indices per shader program

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 4 11:31:27 PDT 2014


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

           Summary: Keep track of filtered active attribute/uniform
                    indices per shader program
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebGL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: roger_fong at apple.com
                CC: bfulgham at webkit.org, dino at apple.com,
                    roger_fong at apple.com


There are a few important methods to be considered here.

getUniformLocation
getActiveAttrib
getActiveUniform
getProgramParameter (where you query the number of active uniforms or attributes)

These methods should only take into consideration the list of filtered attributes and uniforms per shader program.

The logic to filter these attributes and uniforms exists, but we need to move it to the right place.

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