SuthbyOpenGLDevPack

This commit is contained in:
Rubbit 2024-05-14 19:52:55 +08:00
parent bf86ca67ca
commit feca75fdeb
1 changed files with 1 additions and 0 deletions

View File

@ -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))