Bug 199921

Summary: [WHLSL] Cannot assign result of integral subtraction to uint
Product: WebKit Reporter: Justin Fan <justin_fan>
Component: WebGPUAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal    
Priority: P2    
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   

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.