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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 11 18:50:53 PDT 2020


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

--- Comment #8 from Dean Jackson <dino at apple.com> ---
Even if I grab the canvas with the inspector and do this, nothing appears:

let _ctx = $0.getContext("webgl")
// confirm it is a WebGL2RenderingContext

_ctx.clearColor(1, 0, 0, 1);
_ctx.clear(_ctx.COLOR_BUFFER_BIT);

-- 
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/d632e793/attachment.htm>


More information about the webkit-unassigned mailing list