Naga path is flickering in imgui-wgpu-rs with Vulkan backend #1316
Labels
external: upstream
Issues happening in lower level APIs or platforms
type: bug
Something isn't working
I've updated
imgui-wgpu-rs
to latest master and it works OK with Dx11 and Dx12 backends, but with Vulkan backend there's flickering glitch when some triangles disappear in random fashion, which somewhat looks like Z-fighting (butdepth_stencil: None,
so it shouldn't be possible).I went back a week and managed to pin down exact commit that introduced it: gfx-rs/wgpu-rs#826
So, if I enable "cross" feature manually on the latest master this issue is also goes away.
Tested on Windows 10 with gtx840.
To reproduce this bug you can use my imgui-gpu-rs fork with
track_wgpu_master
branch. Just executecargo run --example hello_world
.The text was updated successfully, but these errors were encountered: