Okko Hakola
Okko Hakola
Added #1116 about `Sand Fall With Compute Shaders in Rust`. Hopefully formatted correctly.
I think it would be a good opportunity right now for me to take vulkano website updates to be a part of my routines. So I’ll gladly volunteer. I’ll try...
Amazing @AustinJ235. And thanks @Eliah-Lakhin. Just joined the Discord.
~~I suppose this belongs to rapier instead... Will close.~~
+ 1 for thickness option
You can set the format using the function `swapchain_create_info_modify`: ```rust let _id = windows.create_window( &event_loop, &context, &WindowDescriptor::default(), |s| { s.image_format = YOUR_FORMAT }, ); ```
https://github.com/dimforge/parry/pull/168
Got this as well
Still getting this (just using rapier & passing query pipeline in `step`).
Might be that the clip rect should be adjusted. Don't mind a fix!