imgui/backends
2026-07-15 18:16:57 +02:00
..
sdlgpu3
vulkan Backends: Vulkan: remove unused artefacts (mistakenly commited in 0453ae9). 2026-04-23 16:08:11 +02:00
imgui_impl_allegro5.cpp Backends: removed samplers from ImGui_ImplDX10_RenderState, ImGui_ImplDX11_RenderState + fixed all Changelogs. (#9378) 2026-04-23 22:03:11 +02:00
imgui_impl_allegro5.h Removed DrawCallback_SetSamplerCustom feature for now. Too unreliable to get working everywhere. (#9378) 2026-04-23 21:50:52 +02:00
imgui_impl_android.cpp Backends: SDL2: restore SDL_StartTextInput()/SDL_StopTextInput() calls on Android (#7636, #9474) 2026-07-15 17:59:25 +02:00
imgui_impl_android.h
imgui_impl_dx9.cpp Backends: removed samplers from ImGui_ImplDX10_RenderState, ImGui_ImplDX11_RenderState + fixed all Changelogs. (#9378) 2026-04-23 22:03:11 +02:00
imgui_impl_dx9.h
imgui_impl_dx10.cpp Backends: removed samplers from ImGui_ImplDX10_RenderState, ImGui_ImplDX11_RenderState + fixed all Changelogs. (#9378) 2026-04-23 22:03:11 +02:00
imgui_impl_dx10.h Backends: removed samplers from ImGui_ImplDX10_RenderState, ImGui_ImplDX11_RenderState + fixed all Changelogs. (#9378) 2026-04-23 22:03:11 +02:00
imgui_impl_dx11.cpp Backends: removed samplers from ImGui_ImplDX10_RenderState, ImGui_ImplDX11_RenderState + fixed all Changelogs. (#9378) 2026-04-23 22:03:11 +02:00
imgui_impl_dx11.h Backends: removed samplers from ImGui_ImplDX10_RenderState, ImGui_ImplDX11_RenderState + fixed all Changelogs. (#9378) 2026-04-23 22:03:11 +02:00
imgui_impl_dx12.cpp Backends: removed samplers from ImGui_ImplDX10_RenderState, ImGui_ImplDX11_RenderState + fixed all Changelogs. (#9378) 2026-04-23 22:03:11 +02:00
imgui_impl_dx12.h Backends: further zealous warning fixes. (#9247) 2026-02-16 16:45:08 +01:00
imgui_impl_glfw.cpp Backends: GLFW,SDL2,SDL3: added wayland/driver marker in io.BackendPlatformName. 2026-06-29 18:26:59 +02:00
imgui_impl_glfw.h
imgui_impl_glut.cpp
imgui_impl_glut.h
imgui_impl_metal.h Backends: Metal: add sampler states and DrawCallback_SetSamplerLinear / DrawCallback_SetSamplerNearest callbacks. (#9381, #9371, #9378) 2026-04-28 15:09:23 +02:00
imgui_impl_metal.mm Backends: Metal4: added metal-cpp support. (#9461) 2026-07-07 16:29:02 +02:00
imgui_impl_metal4.h Backends: Metal4: added metal-cpp support. (#9461) 2026-07-07 16:29:02 +02:00
imgui_impl_metal4.mm Backends: Metal4: added ImTextureID tex_id to residency set. (#9461, #9458, #9451) 2026-07-07 16:35:23 +02:00
imgui_impl_null.cpp
imgui_impl_null.h
imgui_impl_opengl2.cpp Backends: OpenGL2/3: Backup and restore GL_UNPACK state in UpdateTexture() (#9473, #8802) 2026-07-15 18:16:57 +02:00
imgui_impl_opengl2.h Backends: DX9, DX10, DX11, DX12, Allegro5, OpenGL2, OpenGL3, SDLRenderer2, SDLRenderer3, SDLGPU3, Vulkan: added standard draw callbacks when possible. (#9378) 2026-04-23 21:50:45 +02:00
imgui_impl_opengl3.cpp Backends: OpenGL2/3: Backup and restore GL_UNPACK state in UpdateTexture() (#9473, #8802) 2026-07-15 18:16:57 +02:00
imgui_impl_opengl3.h Backends: OpenGL3: Expose selected render state in ImGui_ImplOpenGL3_RenderState, allowing to dynamically select between use of glBindSampler() and glTexParameter(). (#9378) 2026-06-17 15:02:51 +02:00
imgui_impl_opengl3_loader.h
imgui_impl_osx.h
imgui_impl_osx.mm
imgui_impl_sdl2.cpp Backends: SDL2: restore SDL_StartTextInput()/SDL_StopTextInput() calls on Android (#7636, #9474) 2026-07-15 17:59:25 +02:00
imgui_impl_sdl2.h
imgui_impl_sdl3.cpp Backends: GLFW,SDL2,SDL3: added wayland/driver marker in io.BackendPlatformName. 2026-06-29 18:26:59 +02:00
imgui_impl_sdl3.h
imgui_impl_sdlgpu3.cpp Backends: removed samplers from ImGui_ImplDX10_RenderState, ImGui_ImplDX11_RenderState + fixed all Changelogs. (#9378) 2026-04-23 22:03:11 +02:00
imgui_impl_sdlgpu3.h Backends: Vulkan, SDLGPU3: remove samplers from RenderState. (#9378) 2026-04-23 21:50:47 +02:00
imgui_impl_sdlgpu3_shaders.h
imgui_impl_sdlrenderer2.cpp Backends: removed samplers from ImGui_ImplDX10_RenderState, ImGui_ImplDX11_RenderState + fixed all Changelogs. (#9378) 2026-04-23 22:03:11 +02:00
imgui_impl_sdlrenderer2.h Removed DrawCallback_SetSamplerCustom feature for now. Too unreliable to get working everywhere. (#9378) 2026-04-23 21:50:52 +02:00
imgui_impl_sdlrenderer3.cpp Backends: SDL_Renderer3: fixed changing scale mode not actually working on all platforms. (#7616, #9470, #9378) 2026-07-15 13:44:03 +02:00
imgui_impl_sdlrenderer3.h ImDrawList: made AddCallback() user data default to NULL + minor amends/comments. 2026-04-23 15:58:44 +02:00
imgui_impl_vulkan.cpp Docs, Backends: OpenGL3, Vulkan: added comments about custom sampler. (#9378) 2026-06-17 12:53:36 +02:00
imgui_impl_vulkan.h Docs, Backends: OpenGL3, Vulkan: added comments about custom sampler. (#9378) 2026-06-17 12:53:36 +02:00
imgui_impl_wgpu.cpp Backends: WebGPU: detect WGSL support at runtime instead of excluding WGVK at compile time. (#9387) 2026-05-11 15:38:27 +02:00
imgui_impl_wgpu.h Removed DrawCallback_SetSamplerCustom feature for now. Too unreliable to get working everywhere. (#9378) 2026-04-23 21:50:52 +02:00
imgui_impl_win32.cpp Backends: Win32: use SetProcessDpiAwarenessContext instead of SetThreadDpiAwarenessContext when available, to fix the OpenGL3 Win32 example DPI scaling issue. (#9403) 2026-05-19 17:53:36 +02:00
imgui_impl_win32.h