History for imgui / examples / sdl_opengl2_example / imgui_impl_sdl_gl2.h
2018-02-16
@omar
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
@omar
Examples: Organized header files to make available features more visible.
omar committed on 5 Feb 2018
2018-01-19
@omar
Examples: SDL+GL2: Renamed imgui_impl_sdl.* to imgui_impl_sdl_gl2.* for consistency and to emphasis on GL2-ness.
omar committed on 19 Jan 2018