more vulkan init progress

This commit is contained in:
georgemoralis 2023-09-17 23:38:16 +03:00
parent f6388c367e
commit ef6da6bddb
3 changed files with 27 additions and 0 deletions

View file

@ -11,6 +11,7 @@ struct WindowCtx {
Lib::ConditionVariable m_graphic_initialized_cond;
SDL_Window* m_window = nullptr;
bool is_window_hidden = true;
VkSurfaceKHR m_surface = nullptr;
};
struct EmuPrivate {