[Webkit-unassigned] [Bug 215141] Flickering on sedona.dev

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 12 02:27:31 PDT 2020


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

--- Comment #15 from Dean Jackson <dino at apple.com> ---
For the black frames there is a call to

context.drawArrays(POINTS, 0, 4942);

that does not render anything. But that same call does render correctly on the non-black frames.

I think something is confused when the app switches framebuffers, which it does every frame. In fact, once the graph becomes stable, it doesn't appear to draw any geometry.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200812/09001c3e/attachment-0001.htm>


More information about the webkit-unassigned mailing list