[Webkit-unassigned] [Bug 247240] Missing WebGL2 extensions EXT_float_blend and EXT_color_buffer_float (on M1 iOS)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 31 09:18:58 PDT 2022


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

--- Comment #1 from Kenneth Russell <kbr at google.com> ---
iOS only supported 16-bit floating-point render targets, at least at the time the original WebGL 2.0 support for iOS was added. Your application should be robust and fall back to the use of half-float render targets when that is what's supported:
https://registry.khronos.org/webgl/extensions/EXT_color_buffer_half_float/

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


More information about the webkit-unassigned mailing list