myth0genesis
myth0genesis
Okay. Scratch that last comment. I no longer think it's to do with the Rust Vulkan bindings. I should've looked beforehand, but I just today learned wgpu uses the Ash...
As mentioned above, I already checked CPU usage when disabling validation and when running in release and the issue still remained, as shown in the attached videos, so I'm doubtful...
Just thought I'd offer an update on this once again. Apologies for the terribly delayed message and the lack of the promised perf report. I've switched to Vulkano for my...
Just bumping this to let you know I'm still experiencing this problem in X11 with 25.0.2. I was able to record a `perf` report in Plasma both under X11 and...
> My instinct is this is more on the winit side. I just want to avoid sending the maintainers on a wild goose chase and say it's not a winit...
I found out the issue is associated with using a `present_mode` in `wgpu::SurfaceConfiguration` of `wgpu::PresentMode::Fifo` in my specific case. I still can't figure out why it was working for several...
Update: So `wgpu::PresentMode::Fifo` *does* work if I switch the `backends` field in the `wgpu::InstanceDescriptor` to `wgpu::Backends::VULKAN`. I've also tried `GL` with no issues. So this seems to only break for...
I unfortunately ran into computer issues shortly after filing this that has prevented me from using Windows on the same hardware with which I filed this bug. It could be...