vulkan: implement setScissor

This commit is contained in:
niki
2022-07-16 23:19:24 +02:00
parent 974c50c751
commit 9b7cfef5ef
4 changed files with 52 additions and 11 deletions
+2
View File
@@ -1102,6 +1102,8 @@ void Window::setVSync(int vsync)
SDL_GL_SetSwapInterval(1);
}
// fixme: doesn't work for vulkan yet.
#if defined(LOVE_GRAPHICS_METAL) && defined(LOVE_MACOS)
if (metalView != nullptr)
{