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 15:08:53 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
842e88a8e3dcbd775390732fe5a0c7f65a7b62a3
imgui
/
examples
/
vulkan_example
T
History
omar
842e88a8e3
Examples: Avoid using ImColor() to not tempt newcomers into looking at it
2017-09-27 15:47:08 +02:00
..
build_win32.bat
…
build_win64.bat
…
CMakeLists.txt
…
gen_spv.sh
…
glsl_shader.frag
…
glsl_shader.vert
…
imgui_impl_glfw_vulkan.cpp
IO: io.MousePos needs to be set to ImVec2(-FLT_MAX,-FLT_MAX) when mouse is unavailable/missing. Previously ImVec2(-1,-1) was enough but we'll now accept negative mouse coordinates.
2017-08-25 16:43:25 +08:00
imgui_impl_glfw_vulkan.h
…
main.cpp
Examples: Avoid using ImColor() to not tempt newcomers into looking at it
2017-09-27 15:47:08 +02:00