tambry / ImGuiRenderers

A collection of simple to use renderers for ImGui.
MIT License
15 stars 0 forks source link

Allow rendering without clearing #4

Open tambry opened 8 years ago

tambry commented 8 years ago

This would allow rendering to windows, which also render themselves other things in Vulkan. This would mean a bit of rewrite on how pointers get passed to the rendering and creating a separate rendering function for such cases. Shouldn't be too hard.