mirror of
https://github.com/love2d/love.git
synced 2026-08-14 10:13:46 +02:00
vulkan: fix wrong image layout validation warnings
This commit is contained in:
@@ -1118,7 +1118,6 @@ void Window::setVSync(int vsync)
|
||||
SDL_GL_SetSwapInterval(1);
|
||||
}
|
||||
|
||||
// fixme: doesn't work for vulkan yet.
|
||||
#ifdef LOVE_GRAPHICS_VULKAN
|
||||
love::graphics::vulkan::Vulkan::setVsync(vsync);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user