Vincent
Vincent
I've had similar performance problems with Vulkan and v0.20.0. After upgrading, I noticed mouse input being very unresponsive in my engine. The NVIDIA overlay reported a render latency of ~120ms...
> > I suspect this has something to do with the recent synchronization changes in #5681. > > any chance you could check against latest trunk? We want to release...
Thanks for the investigation, everyone! @Wumpf Yes, I was running in release mode, but I'll check if disabling debug assertions does the trick. EDIT: My render latency problem is gone...
I encountered this today too. I think another limitation with the current design is the inability to use image format attributes like `[[vk::image_format("rgba8")]]` in conjunction with `ResourceDescriptorHeap` directly...