This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_UI_SDK
/
imgui
Watch
1
Star
0
Fork
0
You've already forked imgui
mirror of
https://github.com/ocornut/imgui.git
synced
2026-05-11 06:28:40 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
288351a8019cea3dcbbc8d42d55768b5e80d39bf
imgui
/
examples
/
opengl3_example
T
History
omar
9c20a40b36
Examples: OpenGL: Cast call to glPolygonMode(). (
#1628
).
2018-02-20 15:49:17 +01:00
..
build_win32.bat
…
imgui_impl_glfw_gl3.cpp
Examples: OpenGL: Cast call to glPolygonMode(). (
#1628
).
2018-02-20 15:49:17 +01:00
imgui_impl_glfw_gl3.h
Examples: GLFW*: Renamed GLFW callbacks exposed in .h to not include GL2/GL3/Vulkan in their name.
2018-02-20 14:09:46 +01:00
main.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
Makefile
…
opengl3_example.vcxproj
…
opengl3_example.vcxproj.filters
…