Vulkan backend: g_FrameIndex not used fix -> huge perf gain
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.
1 parent 6384eee commit fd90da38e16d04828f99998237d99681e52d1212
@Peter Particle Peter Particle authored on 26 Feb 2017
Showing 1 changed file
View
examples/vulkan_example/main.cpp