You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I'm using SFML in a Vulkan application, so my main window class is WindowBase. ImGui::SFML::Init accepts sf::Window or sf::RenderWindow, basically requiring OpenGL API. How to use it with WindowBase?