Skip to content

add ability for the applicaiton to control vsync swapping

Ken Martin requested to merge ken-martin/vtk:add_swap_control_method into master

This topic adds a method for applications to control the vsync setting through the swap control opengl extension. This way applications can select no swap delay, a psotive number of refresh frames delay, or if supported a negative number indicating a minimum number of vertical refreshes.

Merge request reports