mirror of
				https://github.com/ocornut/imgui.git
				synced 2025-10-26 12:27:30 +00:00 
			
		
		
		
	Backends: GLFW: Add ImGui_ImplGlfw_InitForOther() instead of ImGui_ImplGlfw_InitForWebGPU() so it can be used for e.g. DX11. (#3632)
Amend dff0044
			
			
This commit is contained in:
		| @@ -75,7 +75,7 @@ int main(int, char**) | ||||
|     //ImGui::StyleColorsClassic(); | ||||
|  | ||||
|     // Setup Platform/Renderer backends | ||||
|     ImGui_ImplGlfw_InitForWebGPU(window, true); | ||||
|     ImGui_ImplGlfw_InitForOther(window, true); | ||||
|     ImGui_ImplWGPU_Init(wgpu_device, 3, WGPUTextureFormat_RGBA8Unorm); | ||||
|  | ||||
|     // Load Fonts | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 ocornut
					ocornut