mirror of
				https://github.com/Drezil/imgui.git
				synced 2025-11-04 15:11:05 +01:00 
			
		
		
		
	Merge branch 'master' into viewport
This commit is contained in:
		@@ -17,6 +17,8 @@
 | 
			
		||||
// The 'glsl_version' initialization parameter defaults to "#version 150" if NULL.
 | 
			
		||||
// Only override if your GL version doesn't handle this GLSL version. Keep NULL if unsure!
 | 
			
		||||
 | 
			
		||||
#pragma once
 | 
			
		||||
 | 
			
		||||
struct GLFWwindow;
 | 
			
		||||
 | 
			
		||||
IMGUI_IMPL_API bool     ImGui_ImplGlfw_InitForOpenGL(GLFWwindow* window, bool install_callbacks);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user