mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-25 02:24:24 +00:00
This commit is contained in:
parent
166e8f6261
commit
645875a240
5 changed files with 10 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue