#Can I get some help with Vulkan + ImGui?

5 messages · Page 1 of 1 (latest)

crisp cedar
#

Hi, could you post the assert message please? Or a link to the exact source file on the correct commit from GitHub?

#

Since latest has since updated from where your particular version of ImGui is

crisp cedar
#

are you absolutely sure the glfw window is valid at the point you call ImGui_ImplGlfw_Init?

crisp cedar
#

what version of GLFW are you on? 3.3?

crisp cedar
#

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