RESOLVED WONTFIX 199921
[WHLSL] Cannot assign result of integral subtraction to uint
https://bugs.webkit.org/show_bug.cgi?id=199921
Summary [WHLSL] Cannot assign result of integral subtraction to uint
Justin Fan
Reported 2019-07-18 16:04:50 PDT
uint test() { uint answer = 1 - 0; return 1; } fails to compile, because (1-0) returns an int.
Attachments
Myles C. Maxfield
Comment 1 2020-05-05 00:42:48 PDT
WHLSL is no longer relevant.
Note You need to log in before you can comment on or make changes to this bug.