2018-02-20 |
Examples: GLFW*: Renamed GLFW callbacks exposed in .h to not include GL2/GL3/Vulkan in their name.
omar
committed
on 20 Feb 2018
|
---|---|
2018-02-16 |
Obsoleted the io.RenderDrawListsFn callback, you can call your graphics engine render function after ImGui::Render(). Use ImGui::GetDrawData() to retrieve the ImDrawData* to display..(#1599)
...
omar
committed
on 16 Feb 2018
|
2018-02-05 |
Examples: Organized header files to make available features more visible.
omar
committed
on 5 Feb 2018
|
2018-01-19 |
Examples: GLFW+GL2: Renamed imgui_impl_glfw.* to imgui_impl_glfw_gl2.* for consistency and to emphasis on GL2-ness.
omar
committed
on 19 Jan 2018
|