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
|
2017-11-18 |
Fix wrong comment in dx implementation headers
Codecat
committed
on 18 Nov 2017
|
2016-03-24 |
FAQ and comments about the use of ImTextureID (#562, #561, #521, #510, #497, #475 ...)
ocornut
committed
on 24 Mar 2016
|
2015-12-03 |
Examples: DirectX10: Minor tweaks, updated to latest example changes (#424)
ocornut
committed
on 3 Dec 2015
|
Ported d3d11 renderer to d3d10
Julian Bosch
committed
on 3 Dec 2015
|