ImGui initialized but not shown on window #6115
Can-Inal
started this conversation in
Build/Link/Run/Fonts issues ONLY!
Replies: 1 comment 1 reply
-
My suggestion would be that you take a look at an existing Vulkan implementation such as this https://github.com/ocornut/imgui/blob/master/examples/example_glfw_vulkan/main.cpp Get the example up and running and then you can compare what the example is doing and what your code may be doing differently. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm working on a Vulkan Graphics Engine and following a youtube tutorial "https://www.youtube.com/playlist?list=PL8327DO66nu9qYVKLDmdLW_84-yE4auCR". other than just following those tutorials i wanted to implement ImGui by myself. My Code compiles and runs and even imgui.ini is created but i cant see any ImGui window on my screen.
this is my InitImGui function. Im quite new with computer graphics and vulkan. I appreciate your helps thank you!
Beta Was this translation helpful? Give feedback.
All reactions