[Webkit-unassigned] [Bug 199602] [WHLSL] uint/int div hangs the shader
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jul 9 16:30:52 PDT 2019
https://bugs.webkit.org/show_bug.cgi?id=199602
--- Comment #1 from Saam Barati <sbarati at apple.com> ---
and
```
program = "int foo(int x, int y) { return x / y; }";
assert_equals(await callIntFunction(program, "foo", [makeInt(7), makeInt(2)]), 3);
```
--
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/20190709/80a27032/attachment.html>
More information about the webkit-unassigned
mailing list