[Webkit-unassigned] [Bug 241010] New: Parallel shader compilation does not work due to early validation in WebGLRenderingContextBase::compileShader
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri May 27 06:31:00 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=241010
Bug ID: 241010
Summary: Parallel shader compilation does not work due to early
validation in WebGLRenderingContextBase::compileShader
Product: WebKit
Version: Safari 13
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebGL
Assignee: webkit-unassigned at lists.webkit.org
Reporter: kkinnunen at apple.com
CC: dino at apple.com, kbr at google.com, kkinnunen at apple.com,
webkit-bug-importer at group.apple.com
Parallel shader compilation does not work due to early validation in WebGLRenderingContextBase::compileShader
m_context->compileShader(shader.object());
GCGLint value = m_context->getShaderi(shader.object(), GraphicsContextGL::COMPILE_STATUS);
shader.setValid(value);
--
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/20220527/383620f2/attachment.htm>
More information about the webkit-unassigned
mailing list