[Webkit-unassigned] [Bug 262076] New: [WGSL] "while elementIndex != 0xFFFFFFFFu && numLayers < maxLayers" does not compile

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 25 15:20:23 PDT 2023


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

            Bug ID: 262076
           Summary: [WGSL] "while elementIndex != 0xFFFFFFFFu && numLayers
                    < maxLayers" does not compile
           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: mwyrzykowski at apple.com

Open A-Buffers: https://webgpu.github.io/webgpu-samples/samples/A-buffer#composite.wsgl

Note the source in composite.wsgl:
while elementIndex != 0xFFFFFFFFu && numLayers < maxLayers {

Shader fails compilation with the error:
55:2: Not a valid statement

-- 
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/20230925/7b869f50/attachment.htm>


More information about the webkit-unassigned mailing list