imgui/backends
2022-05-13 18:06:24 +02:00
..
vulkan
imgui_impl_allegro5.cpp Docs update, binaries link + Backend: Allegro: fix warning (#5281) 2022-05-04 15:16:05 +02:00
imgui_impl_allegro5.h
imgui_impl_android.cpp
imgui_impl_android.h
imgui_impl_dx9.cpp Added comments about requirement for bilinear filtering. (#5156, #3245) + Backends: SDL_Renderer: Explicitely call SDL_SetTextureScaleMode(). (#4927) 2022-04-07 14:28:08 +02:00
imgui_impl_dx9.h
imgui_impl_dx10.cpp Added comments about requirement for bilinear filtering. (#5156, #3245) + Backends: SDL_Renderer: Explicitely call SDL_SetTextureScaleMode(). (#4927) 2022-04-07 14:28:08 +02:00
imgui_impl_dx10.h
imgui_impl_dx11.cpp Added comments about requirement for bilinear filtering. (#5156, #3245) + Backends: SDL_Renderer: Explicitely call SDL_SetTextureScaleMode(). (#4927) 2022-04-07 14:28:08 +02:00
imgui_impl_dx11.h
imgui_impl_dx12.cpp Added comments about requirement for bilinear filtering. (#5156, #3245) + Backends: SDL_Renderer: Explicitely call SDL_SetTextureScaleMode(). (#4927) 2022-04-07 14:28:08 +02:00
imgui_impl_dx12.h
imgui_impl_glfw.cpp Backends: GLFW: fixed ImGui_ImplGlfw_TranslateUntranslatedKey() for lower case letters on OSX (#5260, #5261) 2022-04-30 15:34:40 +02:00
imgui_impl_glfw.h
imgui_impl_glut.cpp
imgui_impl_glut.h
imgui_impl_metal.h Backends: Metal: Align code more closely with other backends. OSX: Add missing return for mouse pos events. 2022-05-04 16:40:35 +02:00
imgui_impl_metal.mm Backends: Metal: Align code more closely with other backends. OSX: Add missing return for mouse pos events. 2022-05-04 16:40:35 +02:00
imgui_impl_opengl2.cpp Added comments about requirement for bilinear filtering. (#5156, #3245) + Backends: SDL_Renderer: Explicitely call SDL_SetTextureScaleMode(). (#4927) 2022-04-07 14:28:08 +02:00
imgui_impl_opengl2.h
imgui_impl_opengl3.cpp Backends: OpenGL3: Fix state corruption on OpenGL ES 2.0 due to not preserving GL_ELEMENT_ARRAY_BUFFER_BINDING and vertex attribute states. (amends) 2022-05-13 18:06:24 +02:00
imgui_impl_opengl3.h Backends: SDL, OpenGL3: Small fixes for AmigaOS4. (#5190) + Allow redefining IM_COL32_XXX layout macros. (#5190, #767, #844) 2022-04-13 20:43:35 +02:00
imgui_impl_opengl3_loader.h Backends: OpenGL3: Fix state corruption on OpenGL ES 2.0 due to not preserving GL_ELEMENT_ARRAY_BUFFER_BINDING and vertex attribute states. 2022-05-13 18:03:18 +02:00
imgui_impl_osx.h Backends: OSX: Removed ImGui_ImplOSX_HandleEvent() from backend API. Move event tracking (desktop only) to OSX backend. (#4821) 2022-05-03 14:35:08 +02:00
imgui_impl_osx.mm Backends: Metal: Align code more closely with other backends. OSX: Add missing return for mouse pos events. 2022-05-04 16:40:35 +02:00
imgui_impl_sdl.cpp Backends: SDL, OpenGL3: Small fixes for AmigaOS4. (#5190) + Allow redefining IM_COL32_XXX layout macros. (#5190, #767, #844) 2022-04-13 20:43:35 +02:00
imgui_impl_sdl.h
imgui_impl_sdlrenderer.cpp Added comments about requirement for bilinear filtering. (#5156, #3245) + Backends: SDL_Renderer: Explicitely call SDL_SetTextureScaleMode(). (#4927) 2022-04-07 14:28:08 +02:00
imgui_impl_sdlrenderer.h
imgui_impl_vulkan.cpp Added comments about requirement for bilinear filtering. (#5156, #3245) + Backends: SDL_Renderer: Explicitely call SDL_SetTextureScaleMode(). (#4927) 2022-04-07 14:28:08 +02:00
imgui_impl_vulkan.h Backends: Vulkan: Don't use VK_PRESENT_MODE_MAX_ENUM_KHR as specs state it isn't part of the API. (#5254) 2022-05-03 12:51:51 +02:00
imgui_impl_wgpu.cpp Added comments about requirement for bilinear filtering. (#5156, #3245) + Backends: SDL_Renderer: Explicitely call SDL_SetTextureScaleMode(). (#4927) 2022-04-07 14:28:08 +02:00
imgui_impl_wgpu.h
imgui_impl_win32.cpp
imgui_impl_win32.h