This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_UI_SDK
/
imgui
Watch
1
Star
0
Fork
0
mirror of
https://github.com/ocornut/imgui.git
synced
2026-09-18 01:03:48 +08:00
Code
Issues
Actions
5
Packages
Projects
Releases
Wiki
Activity
Files
9f34925b2aa656d1897be50dcd6aed395f401455
imgui
/
examples
/
vulkan_example
T
History
omar
b8ade0b94f
Examples: Main: Removed call to SetNextWindowSize()
2017-09-01 17:07:19 +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: Main: Removed call to SetNextWindowSize()
2017-09-01 17:07:19 +02:00