[video] cap presenter ticks

This commit is contained in:
ParantezTech
2026-06-29 13:32:03 +03:00
parent 0f3d4032cb
commit 9a1a3789ef
@@ -268,6 +268,8 @@ internal static unsafe class VulkanVideoPresenter
options.Title = VideoOutExports.GetWindowTitle();
options.WindowBorder = WindowBorder.Fixed;
options.VSync = true;
options.FramesPerSecond = 60;
options.UpdatesPerSecond = 60;
_window = Window.Create(options);
_window.Load += Initialize;
_window.Render += Render;