imgui / examples / directx9_example /
@omar omar authored on 7 Jun 2018
..
build_win32.bat Examples: Fixed Makefile, batch files. 6 years ago
directx9_example.vcxproj Examples: Added .. folder in include path to remove the awkward #include "../imgui_impl_xxx.h" statements. 6 years ago
directx9_example.vcxproj.filters Examples: DirectX9: Reusing imgui_impl_win32, removed that code from imgui_impl_dx9 7 years ago
main.cpp Examples, Platform: Removed the call to ImGui::NewFrame() from the platform _NewFrame() function e.g. ImGui_ImplWin32_NewFrame(), ImGui_ImplSDL2_NewFrame(), ImGui_ImplGlfw_NewFrame(), etc. Moved to main.cpp for consistency. (#1542) 6 years ago