This website requires JavaScript.
Explore
Help
Sign In
ocornut
/
imgui
Watch
1
Star
0
Fork
0
You've already forked imgui
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
imgui
/
examples
/
directx9_example
History
daniel-murray
83d97d4a9b
Fix typos KeyDown => KeysDown
2018-04-14 10:28:10 +02:00
..
build_win32.bat
Examples: DirectX9: Removed dependency on dx3x9 (remainder) (
#611
)
2016-05-03 11:12:59 +02:00
directx9_example.vcxproj
Moved extra_fonts/ to misc/fonts/. Moved .natvis file to misc/natvis/ (
#1569
)
2018-01-31 16:00:07 +01:00
directx9_example.vcxproj.filters
Moved extra_fonts/ to misc/fonts/. Moved .natvis file to misc/natvis/ (
#1569
)
2018-01-31 16:00:07 +01:00
imgui_impl_dx9.cpp
Fix typos KeyDown => KeysDown
2018-04-14 10:28:10 +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
Examples: Added missing calls for ::DestroyWindow, glfwDestroyWindow() + fix old comments.
2018-04-09 19:16:47 +02:00