omar
|
4f0db01f7c
|
Examples: DirectX9: Reusing imgui_impl_win32, removed that code from imgui_impl_dx9
|
ago%!(EXTRA string=7 years) |
omar
|
63332d152a
|
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)
Examples: Updated examples.
|
ago%!(EXTRA string=7 years) |
omar
|
73d493c780
|
Examples: Organized header files to make available features more visible.
|
ago%!(EXTRA string=7 years) |
Codecat
|
979fe30a6f
|
Fix wrong comment in dx implementation headers
|
ago%!(EXTRA string=8 years) |
ocornut
|
04396ed7a9
|
FAQ and comments about the use of ImTextureID (#562, #561, #521, #510, #497, #475 ...)
|
ago%!(EXTRA string=9 years) |
ocornut
|
94ec3d534e
|
Examples: Header comments.
|
ago%!(EXTRA string=10 years) |
ocornut
|
5d53f37a5d
|
Examples: Possibly clarified the intent of imgui_impl_* files.
|
ago%!(EXTRA string=10 years) |
ocornut
|
9a0650dbd0
|
Examples: imgui_impl* functions declared with IMGUI_API to ease copy & pasting into projects using DLL
|
ago%!(EXTRA string=10 years) |
ocornut
|
f9c833b4a5
|
Examples: DirectX9 example cleanup to match DirectX11 structure.
|
ago%!(EXTRA string=10 years) |
ocornut
|
866fa95aaa
|
Examples: DirectX9 example application handle window resizing.
|
ago%!(EXTRA string=10 years) |
ocornut
|
a3f3793cb6
|
Examples: Tweaks.
|
ago%!(EXTRA string=10 years) |
ocornut
|
7397425097
|
Examples: Refactored directx9_example to be eaasier to copy & paste into user application.
|
ago%!(EXTRA string=10 years) |