mirror of
https://github.com/ocornut/imgui.git
synced 2025-06-25 03:11:07 +08:00
![]() Added a macro to switch between unlimited frame rate (VK_PRESENT_MODE_IMMEDIATE_KHR) and limited to 60 fps (VK_PRESENT_MODE_FIFO_KHR). Only the latter mode is guaranteed to be available, but the former one most likely is. |
||
---|---|---|
.. | ||
build_win32.bat | ||
CMakeLists.txt | ||
gen_spv.sh | ||
glsl_shader.frag | ||
glsl_shader.vert | ||
imgui_impl_glfw_vulkan.cpp | ||
imgui_impl_glfw_vulkan.h | ||
main.cpp |