mirror of
				https://github.com/Drezil/imgui.git
				synced 2025-11-03 22:51:06 +01:00 
			
		
		
		
	Merge branch 'master' into viewport
# Conflicts: # examples/imgui_impl_opengl2.cpp # examples/imgui_impl_opengl2.h # examples/imgui_impl_opengl3.cpp # examples/imgui_impl_opengl3.h # imgui.cpp # imgui.h
This commit is contained in:
		@@ -2,8 +2,12 @@
 | 
			
		||||
// This needs to be used along with a Platform Binding (e.g. GLFW, SDL, Win32, custom..)
 | 
			
		||||
 | 
			
		||||
// Implemented features:
 | 
			
		||||
<<<<<<< HEAD
 | 
			
		||||
//  [X] Renderer: User texture binding. Use 'GLUint' OpenGL texture identifier as void*/ImTextureID. Read the FAQ about ImTextureID in imgui.cpp.
 | 
			
		||||
//  [X] Renderer: Multi-viewport support. Enable with 'io.ConfigFlags |= ImGuiConfigFlags_ViewportsEnable'.
 | 
			
		||||
=======
 | 
			
		||||
//  [X] Renderer: User texture binding. Use 'GLuint' OpenGL texture identifier as void*/ImTextureID. Read the FAQ about ImTextureID in imgui.cpp.
 | 
			
		||||
>>>>>>> master
 | 
			
		||||
 | 
			
		||||
// **DO NOT USE THIS CODE IF YOUR CODE/ENGINE IS USING MODERN OPENGL (SHADERS, VBO, VAO, etc.)**
 | 
			
		||||
// **Prefer using the code in imgui_impl_opengl3.cpp**
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user