Dzmitry Malyshau
Dzmitry Malyshau
I think this particular `wait` isn't really needed, since we are at the end of destruction clean-up, and we waited previously before starting it. But it is also deep in...
Maybe we are trying to destroy the surface, and GLFW has already deleted the window our surface was created from. This is related to the concept of Window/Surface API safety...
For comparison, screenshot from egui-gizmo: 
So, if RBA2 is supported, we need to respect those access alignments for the purpose of range initialization. If RBA2 is not supported, we can't even rely on a particular...
PR has seen a substantial revamp now. Please see it again!
Thank you for the PR! I think this functionality is useful, but it should probably not live in `genmesh` itself. Problem is genmesh depending on bevy. This problem is two-fold:...
WGSL group decided that dynamic indexing for `array` values needs to be allowed, and SPIR-V based implementation would have to find a way to make it possible. Our implementation isn't...
I'm still on 1.78 / 1.79 (that's the latest on nixOS today), so merging this would break it for me...
Here is a rough plan: 1. wgpu-hal expects platform-dependent draw/dispatch buffer. 2. the only thing exposed to the outside is the size of that buffer (for each kind of draw/draw...
Looks like this path faced some issues for end users