imgui/examples/directx9_example
2018-05-07 11:52:48 +02:00
..
build_win32.bat
directx9_example.vcxproj
directx9_example.vcxproj.filters
imgui_impl_dx9.cpp Examples: DirectX9: Comments, updated changelog, notes about usage of imconfig.h (#1790, #1687) 2018-05-07 11:52:48 +02:00
imgui_impl_dx9.h 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) 2018-02-16 19:18:16 +01:00
main.cpp Added IMGUI_CHECKVERSION() macro to compare version string and data structure sizes in order to catch issues with mismatching compilation unit settings. (#1695, #1769) 2018-04-25 22:07:14 +02:00