João Capucho
João Capucho
The first error I'm not sure but it might be related to the uniform analysis #605
https://github.com/gpuweb/gpuweb/pull/1801 removed this, so all dynamic accesses from wgsl must happen from a reference now which means that no local will be needed, closing.
Thanks for trying to fix the issue, but unfortunately this doesn't solve the underlying problem it just side steps the error gating it. The problem is that naga doesn't have...
That would be a possibility, but the real problem is figuring out how to handle it in the backends. So I recommend you first research how this would map to...
I'm sorry but this is #1394, it isn't a duplicate of itself
I rebased the branch and improved the logging now `--no-daemon` will use the terminal and the daemon will use the file but the file will be stored next to the...
I'm longer working on this and don't plan on working on it since I finally got rid of windows on the last machine I used that had it, if my...
I can confirm glsl short circuits
@jimblandy I thought the IR was supposed to follow wgsl semantics and the backends would do the necessary transformations. If that's the case then this should be handled in the...
> I'm not sure what "follows wgsl semantics" means exactly The IR is supposed to mirror wgsl, including the semantics of it's operations as defined in the wgsl specification. >...