NEW262076
[WGSL] "while elementIndex != 0xFFFFFFFFu && numLayers < maxLayers" does not compile
https://bugs.webkit.org/show_bug.cgi?id=262076
Summary [WGSL] "while elementIndex != 0xFFFFFFFFu && numLayers < maxLayers" does not ...
Mike Wyrzykowski
Reported 2023-09-25 15:20:23 PDT
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
Attachments
Radar WebKit Bug Importer
Comment 1 2023-09-25 15:21:37 PDT
Note You need to log in before you can comment on or make changes to this bug.