Yatekii / imgui-wgpu-rs

Dear imgui renderer for wgpu-rs.
MIT License
256 stars 86 forks source link

fix regression #37

Closed benmkw closed 4 years ago

benmkw commented 4 years ago

in 59557269bc7eedf97c4b50ee1a168d6fd6ab4360 I removed the size cause I assumed it only had global effect but it was used locally for the new sc descriptor and after the change never got updated values but always saw the global one

closes https://github.com/Yatekii/imgui-wgpu-rs/issues/36 if confirmed