Compiling for loop in rustgpu?
I am using rustgppu to compile some crates I had into spirv to use in my shaders. It seems that it is struggling to compile regular for loops, for example:
I am using rustgppu to compile some crates I had into spirv to use in my shaders. It seems that it is struggling to compile regular for loops, for example: