mirror of
				https://github.com/Drezil/imgui.git
				synced 2025-10-30 12:41:06 +01:00 
			
		
		
		
	Merge branch 'master' into viewport
# Conflicts: # imgui.cpp
This commit is contained in:
		| @@ -33,8 +33,11 @@ | ||||
|  | ||||
| #include "imgui.h" | ||||
| #include "imgui_impl_opengl3.h" | ||||
| #include <GL/gl3w.h>    // This example is using gl3w to access OpenGL functions. You may freely use any other OpenGL loader such as: glew, glad, glLoadGen, etc. | ||||
|  | ||||
| #include <GL/gl3w.h>    // This example is using gl3w to access OpenGL functions. You may use another OpenGL loader/header such as: glew, glext, glad, glLoadGen, etc. | ||||
| //#include <glew.h> | ||||
| //#include <glext.h> | ||||
| //#include <glad/glad.h> | ||||
|  | ||||
| // OpenGL Data | ||||
| static char         g_GlslVersion[32] = ""; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user