[Webkit-unassigned] [Bug 218282] New: rendering to an offscreen framebuffer alterates canvas display

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 28 05:45:12 PDT 2020


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

            Bug ID: 218282
           Summary: rendering to an offscreen framebuffer alterates canvas
                    display
           Product: WebKit
           Version: Safari 14
          Hardware: iPhone / iPad
                OS: Other
            Status: NEW
          Severity: Blocker
          Priority: P2
         Component: WebGL
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: zebontheweb at gmail.com
                CC: dino at apple.com

Created attachment 412522

  --> https://bugs.webkit.org/attachment.cgi?id=412522&action=review

sample reproducing the pb

See attached sample.

1/ create a canvas
2/ create an webgl context 
3/ clear with black color

4/ create an offscreen framebuffer to render to a texture
5/ clear with black color in a setTimeout callback

Result : the canvas switch to transparent

Expected result : the canvas should remain black

Maybe similar to https://bugs.webkit.org/show_bug.cgi?id=218177 or related bugs

-- 
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/20201028/c663a740/attachment-0001.htm>


More information about the webkit-unassigned mailing list