[Webkit-unassigned] [Bug 119515] [WebGL] Vertex attribute binding validation method

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 6 03:51:09 PDT 2013


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





--- Comment #2 from Kalyan <kalyan.kondapally at intel.com>  2013-08-06 03:50:50 PST ---
(From update of attachment 208178)
View in context: https://bugs.webkit.org/attachment.cgi?id=208178&action=review

> Source/WebCore/html/canvas/WebGLVertexArrayObjectOES.h:62
> +        inline bool validateBinding() const { return !enabled || (enabled && isBound()); }

Second check should be enough here.

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