[Webkit-unassigned] [Bug 261297] [Win] stack overflow in ANGLE if compiled by clang-cl
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Sep 12 20:17:15 PDT 2023
https://bugs.webkit.org/show_bug.cgi?id=261297
--- Comment #2 from Fujii Hironori <Hironori.Fujii at sony.com> ---
The test is hosted online there.
https://registry.khronos.org/webgl/sdk/tests/conformance/glsl/bugs/complex-glsl-does-not-crash.html
The test vertex shader contains a very long expression.
> v_varying = vec4(u_uniform0, 0, 0, 0) +
> vec4(u_uniform1, 0, 0, 0) +
> vec4(u_uniform2, 0, 0, 0) +
> (...)
> vec4(u_uniform16382, 0, 0, 0) +
> vec4(u_uniform16383, 0, 0, 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/20230913/cac1eb3c/attachment.htm>
More information about the webkit-unassigned
mailing list