I updated my drivers, and now many things stopped working :) But really, it reveals some bugs.
Forgot to change "image" to "texture" somewhere. This caused that the resulting SpirV did not have a DescriptorSet decoration for textures. Somehow this was fine for some cases, but it did cause the wgpu test_rs_compute_tex.py to segfault.
In the float to int conversion, I had uint and int reversed. Woops. Not sure why it worked before.
The alignment issues with storage buffers are now gone, so needed to update some tests for that.
I updated my drivers, and now many things stopped working :) But really, it reveals some bugs.
test_rs_compute_tex.py
to segfault.