metal: hook up the backbuffer

This commit is contained in:
Alex Szpakowski
2020-04-23 18:38:29 -03:00
parent acc4064a6c
commit 99b39065b6
7 changed files with 89 additions and 23 deletions
+1 -1
View File
@@ -168,7 +168,7 @@ private:
SDL_Window *window;
SDL_GLContext glcontext;
#if defined(LOVE_MACOS) || defined(LOVE_IOS)
#ifdef LOVE_GRAPHICS_METAL
SDL_MetalView metalView;
#endif