Examples: Refactored opengl3_exapmle into a glfw specific file that can be copied and pasted

This commit is contained in:
ocornut
2015-03-09 11:59:23 +00:00
parent 545a57d253
commit d829852391
7 changed files with 394 additions and 327 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
// ImGui GLFW bindings
// ImGui GLFW binding with OpenGL
// https://github.com/ocornut/imgui
struct GLFWwindow;