#Can I get some help with Vulkan + ImGui?
5 messages · Page 1 of 1 (latest)
are you absolutely sure the glfw window is valid at the point you call ImGui_ImplGlfw_Init?
what version of GLFW are you on? 3.3?
my two hunches are a) a versioning problem, or b) you need to poll window events after setting the title bar to force glfw to sync any underlying changes to the hwnd that may have been triggered by doing that