Get the latest tech news
Vulkan 1.3.297 Introduces VK_EXT_present_mode_fifo_latest_ready
Slipping under my radar until now was the Vulkan API 1.3.297 spec update released last week that introduces a new extension, VK_EXT_present_mode_fifo_latest_ready.
Slipping under my radar until now was the Vulkan API 1.3.297 spec update released last week that introduces a new extension, VK_EXT_present_mode_fifo_latest_ready. The Vulkan 1.3.297 spec update is a small one in just fixing three issues with the documentation and then adding one new extension: VK_EXT_present_mode_fifo_latest_ready. While this seems similar in concept to VK_PRESENT_MODE_MAILBOX_KHR, the fundamental difference is that the processing of the present requests is done during vblank.
Or read this on Phoronix