mirror of
				https://github.com/ocornut/imgui.git
				synced 2025-11-03 17:24:24 +00:00 
			
		
		
		
	Moving backends code from examples/ to backends/ (step 6: update markdown documentation)
This commit is contained in:
		@@ -9,9 +9,9 @@
 | 
			
		||||
// This is because we need ImTextureID to carry a 64-bit value and by default ImTextureID is defined as void*.
 | 
			
		||||
// This define is done in the example .vcxproj file and need to be replicated in your app (by e.g. editing imconfig.h)
 | 
			
		||||
 | 
			
		||||
// You can copy and use unmodified imgui_impl_* files in your project. See main.cpp for an example of using this.
 | 
			
		||||
// If you are new to dear imgui, read examples/README.txt and read the documentation at the top of imgui.cpp.
 | 
			
		||||
// https://github.com/ocornut/imgui
 | 
			
		||||
// You can copy and use unmodified imgui_impl_* files in your project. See examples/ folder for examples of using this.
 | 
			
		||||
// If you are new to Dear ImGui, read documentation from the docs/ folder + read the top of imgui.cpp.
 | 
			
		||||
// Read online: https://github.com/ocornut/imgui/tree/master/docs
 | 
			
		||||
 | 
			
		||||
// CHANGELOG
 | 
			
		||||
// (minor and older changes stripped away, please see git history for details)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user