yquake2 / ref_vk

Optional Vulkan renderer lib for Yamagi Quake II

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exclusive fullscreen and adaptive V-Sync only with in-game V-Sync on

RavenMacDaddy opened this issue · comments

I tested running the game with the G-Sync indicator enabled just to check and noticed that it wasn't being activated, so then I tried manipulating the system sound volume and sure enough the game wasn't running in exclusive fullscreen.

From experience I know some APIs have the workaround to enable V-Sync in the software, and confirmed, then it showed G-Sync being enabled and no volume indicator showed up anymore, confirming exclusive fullscreen.

This however means that you can't combine the API with V-Sync from the driver (Nvidia Control Panel), which supposedly is more optimized for use in combination with G-Sync.

With all of that out of the way, I really appreciate this project, so thank you.

Could you please check https://github.com/kondrak/vkQuake2 with vk_fullscreen_exclusive and without? Does it help?

When attempting it on Windows 11 - 22621.160, the option simply doesn't work, not even if I manually turn off Fullscreen optimizations under compatibility - it just resets to "no" in the video options.

For context, I know that vkQuake manages to use exclusive full-screen without V-sync.