Okko Hakola

Results 50 comments of 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.~~

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 }, ); ```

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!