mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-22 21:55:52 +00:00
Add support for multiple batched presents on vulkan. Closes #2492
This commit is contained in:
@@ -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];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user