work on android port
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user