Jean-Marc Le Roux
Jean-Marc Le Roux
What's the issue with windows compatibility? I thought that the fact it works fine on linux+gcc/clang would be enough to have mingw working :( On Thu, Sep 11, 2014 at...
@ScanMountGoat nice! But how does it work if there is no `buffer.set_offset(device.limits().min_uniform_buffer_offset_alignment as u64);`? I had to use it because otherwise I get the following error: ``` thread 'main' panicked...
> The struct is the one generated by wgsl_to_wgpu. If you derive encase, you can use the struct instead of the fields. What if you have more than 1 struct?...
> Are you putting all the resources for a bind group in a single buffer? IDK. I am just starting with the WGPU/WGSL API. What's the point of `@group(n)` otherwise?...
> The challenge is getting both Agreed. I'll take another shot at this and let you know. > The issue is that you end up with shared bind groups between...
> with Qt, there is a method QString::fromStdWString(...), so I used only that one so far. In the Qt app I have bad results too: accentuated characters are corrupted. Which...
AFAIK that's already the case. There is a visitor that will split/fork edit nodes with multiple references/definitions.
> More than half a year and still no reply. @GalGreenfield more than a year and you apparently did not even try: yes, there is a `$home` on Windows. ...
> GPM sounds amazing, pretty much exactly what we have been looking for to manage releases and dependencies. Except we already have a package file which does have a custom...
> There is an intern that started this month and who's working on replacing exceptions in the generated code with more classic if/then/else, perhaps you could benefit from that in...