This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
imgui
Watch
1
Star
0
Fork
0
You've already forked imgui
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
e8a72d3e72
imgui
/
examples
/
marmalade_example
History
omar
eb1c36fdfb
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
..
data
Merge branch 'master' of
https://github.com/ocornut/imgui
2015-10-14 23:01:52 +02:00
imgui_impl_marmalade.cpp
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
imgui_impl_marmalade.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
marmalade_example.mkb
no message
2015-10-14 23:13:02 +02:00