[Webkit-unassigned] [Bug 266638] [WGSL] https://compute.toys/view/734 fails to compile
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Dec 19 10:00:54 PST 2023
https://bugs.webkit.org/show_bug.cgi?id=266638
--- Comment #4 from Mike Wyrzykowski <mwyrzykowski at apple.com> ---
Failing lines are:
131: return float4(state)/float(0xffffffffu);
300: var color = spectral_zucconi(400 + 0.2*float(i-512));
312: let idx0 = int(id.x) + int(screen_size.x * int(id.y));
326: state = uint4(id.x, id.y, id.z, uint(custom.NoiseAnimation)*time.frame);
328: for(var i: i32 = 0; i < int(custom.Samples*MaxSamples + 1.0); i++)
341: let x = float(atomicLoad(&atomic_storage[idx*4+0]));
342: let y = float(atomicLoad(&atomic_storage[idx*4+1]));
343: let z = float(atomicLoad(&atomic_storage[idx*4+2]));
359: let fragCoord = float2(float(id.x) + .5, float(id.y) + .5);
Its possible some of these are due to Tint being out of compliance with the current WGSL specification, see https://github.com/gpuweb/gpuweb/issues/4415#issuecomment-1850152484
--
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/20231219/319628f5/attachment.htm>
More information about the webkit-unassigned
mailing list