work on android port

This commit is contained in:
2026-06-16 04:21:59 +03:00
parent 900b12a6a6
commit 52aa5803af
29 changed files with 499 additions and 272 deletions

View File

@@ -46,9 +46,9 @@ public:
private:
VkSurfaceKHR m_hSurface;
SDL_Window *m_pWindow;
IImage *m_pOutputImage;
VkSurfaceKHR m_hSurface = NULL;
SDL_Window *m_pWindow = NULL;
IImage *m_pOutputImage = NULL;
};