[Webkit-unassigned] [Bug 90217] [chromium] Avoid calling getUniformLocation??() in the compositor startup

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 29 12:51:56 PDT 2012


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





--- Comment #6 from alexst at chromium.org  2012-06-29 12:51:55 PST ---
My webkit is out of date, I was treading carefully to maintain a working build. I'll rebase.

>the example text in CHROMIUM_bind_uniform_location.txt queries the location of an array with just >"point", not "point[0]". are both syntaxes allowed in getProgramUniform..() ?

Both point and point[0] are allowed. Sub-indices are there in case you want to update only one of the array elements since "pointer arithmetic" doesn't work with uniform locations. I used "point[0]" for debugging but I think "point" is probably cleaner, I'll update.

Thanks for the rest of the comments, will address.

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