1
0
Fork 0
mirror of https://github.com/ocornut/imgui.git synced 2026-01-09 23:54:20 +00:00
imgui/backends
Delta 8bbccf7a97 Backends: SDLGPU3: Added sdl_gpu backend. (#8163, #7998, #7988)
+Squashed: Optimized shader source code encoding by ocornut (#8163, #7998, #7988)
(squashed to avoid storing both in git history, 130 KB->62 KB)
2025-01-09 16:55:03 +01:00
..
sdlgpu3 Backends: SDLGPU3: Added sdl_gpu backend. (#8163, #7998, #7988) 2025-01-09 16:55:03 +01:00
vulkan Moving backends code from examples/ to backends/ (step 2: moving vulkan cruft) 2020-10-14 14:41:40 +02:00
imgui_impl_allegro5.cpp Backends: Allegro5: Avoid calling al_set_mouse_cursor() repeatedly since it appears to leak on on X11 (#8256). 2025-01-06 13:54:39 +01:00
imgui_impl_allegro5.h Backends: standardized top of file comments. 2024-12-05 12:43:04 +01:00
imgui_impl_android.cpp Backends: standardized top of file comments. 2024-12-05 12:43:04 +01:00
imgui_impl_android.h Backends: standardized top of file comments. 2024-12-05 12:43:04 +01:00
imgui_impl_dx9.cpp Backends: standardized top of file comments. 2024-12-05 12:43:04 +01:00
imgui_impl_dx9.h Backends: standardized top of file comments. 2024-12-05 12:43:04 +01:00
imgui_impl_dx10.cpp Backends: DirectX10: Expose selected render state in ImGui_ImplDX10_RenderState, which you can access in 'void* platform_io.Renderer_RenderState' during draw callbacks. (#6969, #5834, #7468, #3590) 2025-01-06 18:28:01 +01:00
imgui_impl_dx10.h Backends: DirectX10: Expose selected render state in ImGui_ImplDX10_RenderState, which you can access in 'void* platform_io.Renderer_RenderState' during draw callbacks. (#6969, #5834, #7468, #3590) 2025-01-06 18:28:01 +01:00
imgui_impl_dx11.cpp Backends: DirectX10: Expose selected render state in ImGui_ImplDX10_RenderState, which you can access in 'void* platform_io.Renderer_RenderState' during draw callbacks. (#6969, #5834, #7468, #3590) 2025-01-06 18:28:01 +01:00
imgui_impl_dx11.h Backends: DX11: Expose vertex constant buffer in ImGui_ImplDX11_RenderState. 2025-01-06 18:21:41 +01:00
imgui_impl_dx12.cpp Added ImFontAtlas section index in comments + minor tweaks to DX12 backends. 2024-12-20 22:56:05 +01:00
imgui_impl_dx12.h Avoid clang/gcc warnings: -Wnontrivial-memaccess in backends. (#8295, #8129, #8135) 2025-01-08 11:44:00 +01:00
imgui_impl_glfw.cpp Backends: standardized top of file comments. 2024-12-05 12:43:04 +01:00
imgui_impl_glfw.h Backends: standardized top of file comments. 2024-12-05 12:43:04 +01:00
imgui_impl_glut.cpp Backends: standardized top of file comments. 2024-12-05 12:43:04 +01:00
imgui_impl_glut.h Backends: standardized top of file comments. 2024-12-05 12:43:04 +01:00
imgui_impl_metal.h Backends: standardized top of file comments. 2024-12-05 12:43:04 +01:00
imgui_impl_metal.mm Backends: Metal: Fixed memory leaks. (#8276, #8166) 2025-01-08 12:03:18 +01:00
imgui_impl_opengl2.cpp Backends: standardized top of file comments. 2024-12-05 12:43:04 +01:00
imgui_impl_opengl2.h Backends: standardized top of file comments. 2024-12-05 12:43:04 +01:00
imgui_impl_opengl3.cpp Silence more zealous GCC warning. (#8241) 2024-12-18 18:13:55 +01:00
imgui_impl_opengl3.h Backends: standardized top of file comments. 2024-12-05 12:43:04 +01:00
imgui_impl_opengl3_loader.h Backends: DX9, DX10, DX11, DX12, OpenGL, Vulkan, WGPU: Changed default texture sampler to Clamp instead of Repeat/Wrap. (#7468, #7511, #5999, #5502) 2024-10-07 22:02:55 +02:00
imgui_impl_osx.h Backends: standardized top of file comments. 2024-12-05 12:43:04 +01:00
imgui_impl_osx.mm Backends: standardized top of file comments. 2024-12-05 12:43:04 +01:00
imgui_impl_sdl2.cpp Backends: standardized top of file comments. 2024-12-05 12:43:04 +01:00
imgui_impl_sdl2.h Backends: standardized top of file comments. 2024-12-05 12:43:04 +01:00
imgui_impl_sdl3.cpp Backends: standardized top of file comments. 2024-12-05 12:43:04 +01:00
imgui_impl_sdl3.h Backends: standardized top of file comments. 2024-12-05 12:43:04 +01:00
imgui_impl_sdlgpu3.cpp Backends: SDLGPU3: Added sdl_gpu backend. (#8163, #7998, #7988) 2025-01-09 16:55:03 +01:00
imgui_impl_sdlgpu3.h Backends: SDLGPU3: Added sdl_gpu backend. (#8163, #7998, #7988) 2025-01-09 16:55:03 +01:00
imgui_impl_sdlgpu3_shaders.h Backends: SDLGPU3: Added sdl_gpu backend. (#8163, #7998, #7988) 2025-01-09 16:55:03 +01:00
imgui_impl_sdlrenderer2.cpp Backends: standardized top of file comments. 2024-12-05 12:43:04 +01:00
imgui_impl_sdlrenderer2.h Backends: standardized top of file comments. 2024-12-05 12:43:04 +01:00
imgui_impl_sdlrenderer3.cpp Backends: standardized top of file comments. 2024-12-05 12:43:04 +01:00
imgui_impl_sdlrenderer3.h Backends: standardized top of file comments. 2024-12-05 12:43:04 +01:00
imgui_impl_vulkan.cpp Avoid clang/gcc warnings: -Wnontrivial-memaccess in backends. (#8295, #8129, #8135) 2025-01-08 11:44:00 +01:00
imgui_impl_vulkan.h Backends: Vulkan: moved helpers to backend: ImGui_ImplVulkanH_SelectPhysicalDevice(), ImGui_ImplVulkanH_SelectQueueFamilyIndex(). (#8180) 2025-01-06 17:35:20 +01:00
imgui_impl_wgpu.cpp Backends: standardized top of file comments. 2024-12-05 12:43:04 +01:00
imgui_impl_wgpu.h Backends: standardized top of file comments. 2024-12-05 12:43:04 +01:00
imgui_impl_win32.cpp Backends: standardized top of file comments. 2024-12-05 12:43:04 +01:00
imgui_impl_win32.h Backends: standardized top of file comments. 2024-12-05 12:43:04 +01:00