1
0
mirror of https://github.com/ocornut/imgui.git synced 2024-09-24 03:28:33 +02:00
imgui/backends
2021-10-07 15:07:58 +02: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: Added more implicit asserts to detect invalid/redundant calls to Shutdown functions. (#4562) 2021-09-20 18:43:05 +02:00
imgui_impl_allegro5.h Backends: Comments. 2021-05-27 13:59:35 +02:00
imgui_impl_android.cpp ImFontAtlas: move implicit AddFontDefault call to Build() function + remove unnecessary asserts in backend. 2021-06-25 17:27:17 +02:00
imgui_impl_android.h Backends: Comments. 2021-05-27 13:59:35 +02:00
imgui_impl_dx9.cpp Backends: Added more implicit asserts to detect invalid/redundant calls to Shutdown functions. (#4562) 2021-09-20 18:43:05 +02:00
imgui_impl_dx9.h Backends: Comments. 2021-05-27 13:59:35 +02:00
imgui_impl_dx10.cpp Backends: Added more implicit asserts to detect invalid/redundant calls to Shutdown functions. (#4562) 2021-09-20 18:43:05 +02:00
imgui_impl_dx10.h Backends: Comments. 2021-05-27 13:59:35 +02:00
imgui_impl_dx11.cpp Backends: Added more implicit asserts to detect invalid/redundant calls to Shutdown functions. (#4562) 2021-09-20 18:43:05 +02:00
imgui_impl_dx11.h Backends: Comments. 2021-05-27 13:59:35 +02:00
imgui_impl_dx12.cpp Backends: Added more implicit asserts to detect invalid/redundant calls to Shutdown functions. (#4562) 2021-09-20 18:43:05 +02:00
imgui_impl_dx12.h Backends: DX12: use dxgiformat.h to fix using forward declared DXGI_FORMAT (#4594) 2021-09-30 11:53:20 +02:00
imgui_impl_glfw.cpp Backends: Added more implicit asserts to detect invalid/redundant calls to Shutdown functions. (#4562) 2021-09-20 18:43:05 +02:00
imgui_impl_glfw.h IO, Backends: add io.AddFocusEvent(). Clear pressed keys after loosing input focus (#3532) 2021-08-17 20:10:45 +02:00
imgui_impl_glut.cpp Backends: Comments. 2021-05-27 13:59:35 +02:00
imgui_impl_glut.h Backends: Comments. 2021-05-27 13:59:35 +02:00
imgui_impl_marmalade.cpp Backends: Comments. 2021-05-27 13:59:35 +02:00
imgui_impl_marmalade.h Backends: Comments. 2021-05-27 13:59:35 +02:00
imgui_impl_metal.h Backends: Comments. 2021-05-27 13:59:35 +02:00
imgui_impl_metal.mm Backends: Metal: Fixed a crash when clipping rect larger than framebuffer is submitted. (#4464) 2021-08-24 18:23:13 +02:00
imgui_impl_opengl2.cpp Backends: Added more implicit asserts to detect invalid/redundant calls to Shutdown functions. (#4562) 2021-09-20 18:43:05 +02:00
imgui_impl_opengl2.h Backends: Comments. 2021-05-27 13:59:35 +02:00
imgui_impl_opengl3_loader.h Backends: OpenGL3: Made our custom GL loader a bit more tolerant of use of another loader in same compilation unit. (#4445, #4514) 2021-09-07 14:48:26 +02:00
imgui_impl_opengl3.cpp Backends: Added more implicit asserts to detect invalid/redundant calls to Shutdown functions. (#4562) 2021-09-20 18:43:05 +02:00
imgui_impl_opengl3.h Backends: OpenGL3: Add TargetConditionals.h (#4473) + standardize include 2021-08-24 15:36:44 +02:00
imgui_impl_osx.h Backends: Comments. 2021-05-27 13:59:35 +02:00
imgui_impl_osx.mm Backends: OSX: Use mach_absolute_time as CFAbsoluteTimeGetCurrent can jump backwards. (#4557, #4563) 2021-09-21 12:36:37 +02:00
imgui_impl_sdl.cpp Backends: SDL_Renderer: Amend 1d2d246, various tweaks, fixes, sync to latest. (#3926) 2021-09-21 19:29:48 +02:00
imgui_impl_sdl.h Backends: SDL_Renderer: Amend 1d2d246, various tweaks, fixes, sync to latest. (#3926) 2021-09-21 19:29:48 +02:00
imgui_impl_sdlrenderer.cpp Backends: SDL_Renderer: use SDL_RenderIsClipEnabled() to pass NULL to SDL_RenderSetClipRect (#3926, #4582, #4633) 2021-10-07 15:07:58 +02:00
imgui_impl_sdlrenderer.h Backends: SDL_Renderer: Amend 1d2d246, various tweaks, fixes, sync to latest. (#3926) 2021-09-21 19:29:48 +02:00
imgui_impl_vulkan.cpp Backends: Added more implicit asserts to detect invalid/redundant calls to Shutdown functions. (#4562) 2021-09-20 18:43:05 +02:00
imgui_impl_vulkan.h Backends: Comments. 2021-05-27 13:59:35 +02:00
imgui_impl_wgpu.cpp Backends: WebGPU: Fix missing initialization of local variable (#4634) 2021-10-07 14:58:09 +02:00
imgui_impl_wgpu.h Backends: Comments. 2021-05-27 13:59:35 +02:00
imgui_impl_win32.cpp Backends: Added more implicit asserts to detect invalid/redundant calls to Shutdown functions. (#4562) 2021-09-20 18:43:05 +02:00
imgui_impl_win32.h Backends: Comments. 2021-05-27 13:59:35 +02:00