iced-rs / iced

A cross-platform GUI library for Rust, inspired by Elm
https://iced.rs
MIT License
23.18k stars 1.07k forks source link

Fix empty `wgpu` draw calls in `image` pipeline #2344

Closed hecrj closed 2 months ago

hecrj commented 2 months ago

Since we group both filtering strategies in the same layer, we are issuing empty calls most of the time.