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-10 13:54:26 +08:00
Code
Issues
Actions
11
Packages
Projects
Releases
Wiki
Activity
Files
cb38caeda402e5b32c67b1c61ffe3e0b123b5651
imgui
/
examples
/
vulkan_example
T
History
omar
cb38caeda4
Examples: Added more comments near the fonts loading section, to catch common questions and errors (e.g.
#1397
,
#1366
,
#1341
,
#1222
,
#1193
,
#1115
,
#951
, etc.)
2017-10-28 18:21:44 +02:00
..
build_win32.bat
Examples: Vulkan: Batch file builds both debug and release
2017-07-23 15:22:21 +08:00
build_win64.bat
Examples: Vulkan: Batch file builds both debug and release
2017-07-23 15:22:21 +08:00
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: Added more comments near the fonts loading section, to catch common questions and errors (e.g.
#1397
,
#1366
,
#1341
,
#1222
,
#1193
,
#1115
,
#951
, etc.)
2017-10-28 18:21:44 +02:00