Bug 200653 - [WHLSL] Make uint literals work
Summary: [WHLSL] Make uint literals work
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebGPU (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-08-12 20:02 PDT by Saam Barati
Modified: 2020-05-05 00:42 PDT (History)
7 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Saam Barati 2019-08-12 20:02:15 PDT
These don't work:

```
        uint j()
        {
            return 4294967295u;
        }
        uint k()
        {
            return 0xffffffffu;
        }
```

Getting an error in the checker.
Comment 1 Myles C. Maxfield 2020-05-05 00:42:45 PDT
WHLSL is no longer relevant.