SuthbyOpenGLDevPack
This commit is contained in:
parent
bf86ca67ca
commit
feca75fdeb
|
@ -59,6 +59,7 @@ int main()
|
|||
ImGui_ImplGlfw_InitForOpenGL(window, true); // Second param install_callback=true will install GLFW callbacks and chain to existing ones.
|
||||
ImGui_ImplOpenGL3_Init();
|
||||
|
||||
|
||||
// render loop
|
||||
// -----------
|
||||
while (!glfwWindowShouldClose(window))
|
||||
|
|
Loading…
Reference in New Issue