kondrak / vkQuake2

id Software's Quake 2 v3.21 with mission packs and Vulkan support (Windows, Linux, macOS, FreeBSD, Raspberry Pi 4)
GNU General Public License v2.0
896 stars 91 forks source link

Added support for VK_EXT_full_screen_exclusive and removed VK_COMMAND_POOL_CREATE_RESET_COMMAND_BUFFER_BIT dependency. #96

Closed kondrak closed 4 years ago

kondrak commented 4 years ago

Added exclusive fullscreen support on Windows and removed VK_COMMAND_POOL_CREATE_RESET_COMMAND_BUFFER_BIT flag in favor of resetting entire command pools manually for performance boost.