From 93736288a4293bebf5bc8d88096c432bd6462dd6 Mon Sep 17 00:00:00 2001 From: FlightlessMango Date: Sun, 24 May 2020 00:55:04 +0200 Subject: [PATCH] [Readme] note about vulkan vsync support --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fd540f61..2c3925bc 100644 --- a/README.md +++ b/README.md @@ -152,11 +152,12 @@ Note: Width and Height are set automatically based on the font_size, but can be - `n` = Sync to refresh rate / n. ### Vulkan Vsync -- `0` = Adaptive VSync -- `1` = Off -- `2` = Mailbox (VSync with uncapped FPS) -- `3` = On +- `0` = Adaptive VSync (FIFO_RELAXED_KHR) +- `1` = Off (IMMEDIATE_KHR) +- `2` = Mailbox (VSync with uncapped FPS) (MAILBOX_KHR) +- `3` = On (FIFO_KHR) +All vulkan vsync options might not be supported on your device, you can check what your device supports here [vulkan.gpuinfo.org](https://vulkan.gpuinfo.org/listsurfacepresentmodes.php?platform=linux) ## Keybindings