Bug 262076
| Summary: | [WGSL] "while elementIndex != 0xFFFFFFFFu && numLayers < maxLayers" does not compile | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Mike Wyrzykowski <mwyrzykowski> |
| Component: | WebGPU | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Mike Wyrzykowski
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/116018755>