Yatekii / imgui-wgpu-rs

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

Fix multisampling for wgpu 0.9 #59

Closed AndiHofi closed 3 years ago

AndiHofi commented 3 years ago

Pass on the sample_count value to the new MultisampleState parameter of the render pipeline.

Yatekii commented 3 years ago

Please run cargo format :)

Yatekii commented 3 years ago

Thanks!