adrien-ben / imgui-rs-vulkan-renderer

A Vulkan renderer for imgui-rs using Ash
MIT License
63 stars 19 forks source link

Protect against empty DrawData #1

Closed filnet closed 4 years ago

filnet commented 4 years ago

Imgui will sometimes emit DrawData that has no cmd_lists.

See https://github.com/Gekkio/imgui-rs/issues/325

adrien-ben commented 4 years ago

Hi, thank you for the PR. Do you want me to release a 0.3.2 version ?

filnet commented 4 years ago

I have another two PRs in the pipe so releasing a 0.3.2 can wait a bit.