Add support for multiple batched presents on vulkan. Closes #2492

This commit is contained in:
baldurk
2022-02-10 16:36:19 +00:00
parent 3d07a0b568
commit ec5c14dee8
12 changed files with 393 additions and 59 deletions
+1
View File
@@ -55,6 +55,7 @@ Display *X11Window::GetDisplay()
}
X11Window::X11Window(int width, int height, int visualid_override, const char *title)
: GraphicsWindow(title)
{
uint32_t value_mask, value_list[32];