[Webkit-unassigned] [Bug 199921] New: [WHLSL] Cannot assign result of integral subtraction to uint
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jul 18 16:04:50 PDT 2019
https://bugs.webkit.org/show_bug.cgi?id=199921
Bug ID: 199921
Summary: [WHLSL] Cannot assign result of integral subtraction
to uint
Product: WebKit
Version: WebKit Local Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebGPU
Assignee: webkit-unassigned at lists.webkit.org
Reporter: justin_fan at apple.com
uint test() {
uint answer = 1 - 0;
return 1;
}
fails to compile, because (1-0) returns an int.
--
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/20190718/ebaed027/attachment.html>
More information about the webkit-unassigned
mailing list