mirror of
				https://github.com/ocornut/imgui.git
				synced 2025-11-04 01:34:32 +00:00 
			
		
		
		
	This commit is contained in:
		@@ -26,6 +26,7 @@ int main(int, char**)
 | 
			
		||||
#endif
 | 
			
		||||
    GLFWwindow* window = glfwCreateWindow(1280, 720, "ImGui OpenGL3 example", NULL, NULL);
 | 
			
		||||
    glfwMakeContextCurrent(window);
 | 
			
		||||
    glfwSwapInterval(1); // Enable vsync
 | 
			
		||||
    gl3wInit();
 | 
			
		||||
 | 
			
		||||
    // Setup ImGui binding
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user