[Webkit-unassigned] [Bug 199602] New: [WHLSL] uint div hangs the shader
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jul 8 17:22:30 PDT 2019
https://bugs.webkit.org/show_bug.cgi?id=199602
Bug ID: 199602
Summary: [WHLSL] uint div hangs the shader
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebGPU
Assignee: webkit-unassigned at lists.webkit.org
Reporter: sbarati at apple.com
CC: dino at apple.com, fpizlo at apple.com, jonlee at apple.com,
justin_fan at apple.com, mmaxfield at apple.com,
rmorisset at apple.com
e.g
```
program = "uint foo(uint x, uint y) { return x / y; }";
assert_equals(await callUintFunction(program, "foo", [makeUint(7), makeUint(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/ab3a0f6a/attachment-0001.html>
More information about the webkit-unassigned
mailing list