David Huculak
David Huculak
thanks for the review!
thanks, I will give that a read. what do you mean by the render/compute pass centric API?
Ah I see.. I'm afraid my application is (only) using scoped_render_pass already though
I'll see if I can whip something up tonight
I was actually able to reproduce this with the wgpu profiler demo. Just ran `cargo run --example demo`. I changed the logging a bit in my fork to make it...
Hello! I am currently encountering the same issue as #6 and am wondering if there might be a way to fix the issue without the need for supporting postMessage? Currently...
Yes, after posting my comment I read more code and found the close() call. Removing it might indeed fix the issue and I will test it in a few days...
After experimenting with PR #3499 and some discussions in Matrix, we've made a more concrete plan for how we'll attempt to solve this. The naïve solution is to dedupe the...
you would get a panic with the "not enough memory left" error message, as in this issue: https://github.com/gfx-rs/wgpu/issues/2857