vulkan: fix wrong image layout validation warnings

This commit is contained in:
niki
2022-09-12 13:46:03 +02:00
parent 6d9f855bf4
commit faeca1c4bc
3 changed files with 33 additions and 21 deletions
-1
View File
@@ -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