Elektrine lite

← Feed

@athas@freeradical.zone

Post #320535

2026-02-11 09:08 UTC

I thought #WGSL was supposed to clean up pointless browser differences, but it seems like #Firefox and #Chrome don't even agree on reserved words. "i64" is reserved in Firefox, but not in Chrome (and not in the spec).

Replies (2)

  • @athas@freeradical.zone The browser teams are iterating. We have a common conformance test suite (CTS), and the three browsers are at various stages of burning down their bugs revealed by the suite. Also the CTS itself is a complex software product that itself sometimes has bugs, or reveals ambiguities in the spec, or more often these days, platform driver bugs.

    Open ##2265304

  • @dj2@mastodon.gamedev.place 2026-02-11 12:46

    @athas@freeradical.zone that sounds like a bug in Naga if `i64` is reserved. Can you file an issue at https://github.com/gfx-rs/wgpu/tree/trunk/naga please?

    Open ##2265305