GitBucket
Toggle navigation
Snippets
Sign in
Files
Branches
9
Releases
59
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
mark
/
imgui
Download ZIP
4318 commits
Transfer to URL with SHA
tree:
d0051ce5cb
Switch branches
×
docking
features/draw_callback_extra_arg
features/fnv1a
features/imvector_size_t
features/premake
features/range_select
features/tex_round_corners
master
v1.67-fixes
imgui
/
examples
/
directx9_example
/
latest commit
d0051ce5cb
SR_team
authored
on 3 May 2018
omar
committed
on 7 May 2018
..
build_win32.bat
Examples: DirectX9: Removed dependency on dx3x9 (remainder) (#611)
8 years ago
directx9_example.vcxproj
Moved extra_fonts/ to misc/fonts/. Moved .natvis file to misc/natvis/ (#1569)
7 years ago
directx9_example.vcxproj.filters
Moved extra_fonts/ to misc/fonts/. Moved .natvis file to misc/natvis/ (#1569)
7 years ago
imgui_impl_dx9.cpp
add renderstate D3DRS_SHADEMODE for Dx9 impl
6 years ago
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)
7 years ago
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)
7 years ago