mirror of
				https://github.com/ocornut/imgui.git
				synced 2025-10-26 12:27:30 +00:00 
			
		
		
		
	Examples: Updated for reorganized context functions. Calling CreateContext(), DestroyContext() in example code. Removed Shutdown() from binding code. (#1565, #586, #992, #1007, #1558)
This commit is contained in:
		| @@ -245,7 +245,6 @@ bool    ImGui_ImplSdlGL2_Init(SDL_Window* window) | ||||
| void ImGui_ImplSdlGL2_Shutdown() | ||||
| { | ||||
|     ImGui_ImplSdlGL2_InvalidateDeviceObjects(); | ||||
|     ImGui::Shutdown(); | ||||
| } | ||||
|  | ||||
| void ImGui_ImplSdlGL2_NewFrame(SDL_Window *window) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 omar
					omar