[Webkit-unassigned] [Bug 229182] compressedTexSubImage2D does return error when COMPRESSED_RGB_ETC1_WEBGL is used
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Aug 17 02:39:03 PDT 2021
https://bugs.webkit.org/show_bug.cgi?id=229182
--- Comment #1 from Kimmo Kinnunen <kkinnunen at apple.com> ---
WebGLRenderingContextBase::validateCompressedTexDimensions
...
case ExtensionsGL::ETC1_RGB8_OES:
// Not supported for ETC1_RGB8_OES textures.
return false;
--
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/20210817/c6db86d8/attachment.htm>
More information about the webkit-unassigned
mailing list