[Webkit-unassigned] [Bug 200653] New: [WHLSL] Make uint literals work

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 12 20:02:15 PDT 2019


https://bugs.webkit.org/show_bug.cgi?id=200653

            Bug ID: 200653
           Summary: [WHLSL] Make uint literals work
           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, sam at webkit.org

These don't work:

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

Getting an error in the checker.

-- 
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/20190813/806ed742/attachment.html>


More information about the webkit-unassigned mailing list