1
0
mirror of https://github.com/ocornut/imgui.git synced 2024-09-24 03:28:33 +02:00
imgui/backends
ocornut 4cec3a0467 Backends: support for multiple imgui context with little testing (#586, #1851, #2004, #3012, #3934, #4141)
I believe more renderer backends should work. GLFW/Win32/SDL/Vulkan probably have many issues.
2021-06-29 16:42:13 +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: moved global to a data structure to facilitate support for multi-contexts. (#586, #1851, #2004, #3012, #3934, #4141) 2021-06-29 14:37:58 +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: support for multiple imgui context with little testing (#586, #1851, #2004, #3012, #3934, #4141) 2021-06-29 16:42:13 +02:00
imgui_impl_dx9.h Backends: Comments. 2021-05-27 13:59:35 +02:00
imgui_impl_dx10.cpp Backends: support for multiple imgui context with little testing (#586, #1851, #2004, #3012, #3934, #4141) 2021-06-29 16:42:13 +02:00
imgui_impl_dx10.h Backends: Comments. 2021-05-27 13:59:35 +02:00
imgui_impl_dx11.cpp Backends: support for multiple imgui context with little testing (#586, #1851, #2004, #3012, #3934, #4141) 2021-06-29 16:42:13 +02:00
imgui_impl_dx11.h Backends: Comments. 2021-05-27 13:59:35 +02:00
imgui_impl_dx12.cpp Backends: support for multiple imgui context with little testing (#586, #1851, #2004, #3012, #3934, #4141) 2021-06-29 16:42:13 +02:00
imgui_impl_dx12.h Backends: Comments. 2021-05-27 13:59:35 +02:00
imgui_impl_glfw.cpp Backends: support for multiple imgui context with little testing (#586, #1851, #2004, #3012, #3934, #4141) 2021-06-29 16:42:13 +02:00
imgui_impl_glfw.h Backends: Comments. 2021-05-27 13:59:35 +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: Comments. 2021-05-27 13:59:35 +02:00
imgui_impl_opengl2.cpp Backends: support for multiple imgui context with little testing (#586, #1851, #2004, #3012, #3934, #4141) 2021-06-29 16:42:13 +02:00
imgui_impl_opengl2.h Backends: Comments. 2021-05-27 13:59:35 +02:00
imgui_impl_opengl3.cpp Backends: support for multiple imgui context with little testing (#586, #1851, #2004, #3012, #3934, #4141) 2021-06-29 16:42:13 +02:00
imgui_impl_opengl3.h Backends: Comments. 2021-05-27 13:59:35 +02:00
imgui_impl_osx.h Backends: Comments. 2021-05-27 13:59:35 +02:00
imgui_impl_osx.mm Backends: OSX: Added a fix for shortcuts using CTRL key instead of CMD key. (#4253) 2021-06-23 15:25:10 +02:00
imgui_impl_sdl.cpp Backends: support for multiple imgui context with little testing (#586, #1851, #2004, #3012, #3934, #4141) 2021-06-29 16:42:13 +02:00
imgui_impl_sdl.h Backends: Comments. 2021-05-27 13:59:35 +02:00
imgui_impl_vulkan.cpp Backends: support for multiple imgui context with little testing (#586, #1851, #2004, #3012, #3934, #4141) 2021-06-29 16:42:13 +02:00
imgui_impl_vulkan.h Backends: Comments. 2021-05-27 13:59:35 +02:00
imgui_impl_wgpu.cpp Backends: Comments. 2021-05-27 13:59:35 +02:00
imgui_impl_wgpu.h Backends: Comments. 2021-05-27 13:59:35 +02:00
imgui_impl_win32.cpp Backends: support for multiple imgui context with little testing (#586, #1851, #2004, #3012, #3934, #4141) 2021-06-29 16:42:13 +02:00
imgui_impl_win32.h Backends: Comments. 2021-05-27 13:59:35 +02:00