mirror of
				https://github.com/ocornut/imgui.git
				synced 2025-10-26 12:27:30 +00:00 
			
		
		
		
	Docs: Renamed all occurences of "binding" and "back-end" to "backend" in comments and documentations, for consistency.
This commit is contained in:
		| @@ -115,7 +115,7 @@ int main(int argc, char** argv) | ||||
|     ImGui::StyleColorsDark(); | ||||
|     //ImGui::StyleColorsClassic(); | ||||
|  | ||||
|     // Setup Platform/Renderer bindings | ||||
|     // Setup Platform/Renderer backends | ||||
|     ImGui_ImplGLUT_Init(); | ||||
|     ImGui_ImplGLUT_InstallFuncs(); | ||||
|     ImGui_ImplOpenGL2_Init(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 ocornut
					ocornut