gfx-rs / wgpu-native

Native WebGPU implementation based on wgpu-core
Apache License 2.0
843 stars 96 forks source link

Application seems to leak render passes when the window is resized #378

Open radgeRayden opened 5 months ago

radgeRayden commented 5 months ago

Verified by running the triangle sample on Linux X11, with the latest NVIDIA drivers. When running the sample under renderdoc with Ref all resources enabled, many duplicated render passes appear if the window is resized (I did a generous dragging for a few seconds) prior to capturing a frame.