mirror of
				https://github.com/Drezil/imgui.git
				synced 2025-11-04 15:11:05 +01:00 
			
		
		
		
	Examples: Titles/comments in headers
This commit is contained in:
		@@ -1,9 +1,8 @@
 | 
			
		||||
// ImGui GLFW binding with OpenGL3 + shaders
 | 
			
		||||
// (GLFW is a cross-platform general purpose library for handling windows, inputs, OpenGL/Vulkan graphics context creation, etc.)
 | 
			
		||||
// (GL3W is a helper library to access OpenGL functions since there is no standard header to access modern OpenGL functions easily. Alternatives are GLEW, Glad, etc.)
 | 
			
		||||
// ImGui Platform Binding for: GLFW
 | 
			
		||||
// This needs to be used along with a Renderer (e.g. OpenGL3, Vulkan..)
 | 
			
		||||
// (Info: GLFW is a cross-platform general purpose library for handling windows, inputs, OpenGL/Vulkan graphics context creation, etc.)
 | 
			
		||||
 | 
			
		||||
// Implemented features:
 | 
			
		||||
//  [X] User texture binding. Cast 'GLuint' OpenGL texture identifier as void*/ImTextureID. Read the FAQ about ImTextureID in imgui.cpp.
 | 
			
		||||
//  [X] Gamepad navigation mapping. Enable with 'io.NavFlags |= ImGuiNavFlags_EnableGamepad'.
 | 
			
		||||
 | 
			
		||||
// You can copy and use unmodified imgui_impl_* files in your project. See main.cpp for an example of using this.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user