[Webkit-unassigned] [Bug 245476] REGRESSION (iOS 16): WebGL 2 crashing on glReadPixels

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 21 21:55:05 PDT 2022


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

--- Comment #2 from George <george at nomitech.com> ---
This is also the code inside my wasm module, if it helps...

glBindFramebuffer(GL_READ_FRAMEBUFFER, m_GbufferES.fbo);
glReadBuffer(m_GbufferES.color_depth_buffer);

// SLOW or CRASHING STEP (IOS 16):
glReadPixels(x, y, dim.x, dim.y, GL_RGBA_INTEGER, GL_INT, depth_pixel_v);
depth_pixel = depth_pixel_v[0];
glBindFramebuffer(GL_FRAMEBUFFER, 0);

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


More information about the webkit-unassigned mailing list