.. |
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
|
Removed IM_OFFSETOF() macro in favor of using offsetof() available in C++11. Kept redirection define. (#4537)
|
2023-11-09 16:44:39 +01:00 |
imgui_impl_allegro5.h
|
Docs: add more links to the top of every examples and backends files.
|
2023-09-11 14:01:40 +02:00 |
imgui_impl_android.cpp
|
Docs: add more links to the top of every examples and backends files.
|
2023-09-11 14:01:40 +02:00 |
imgui_impl_android.h
|
Docs: add more links to the top of every examples and backends files.
|
2023-09-11 14:01:40 +02:00 |
imgui_impl_dx9.cpp
|
Docs: add more links to the top of every examples and backends files.
|
2023-09-11 14:01:40 +02:00 |
imgui_impl_dx9.h
|
Docs: add more links to the top of every examples and backends files.
|
2023-09-11 14:01:40 +02:00 |
imgui_impl_dx10.cpp
|
Removed IM_OFFSETOF() macro in favor of using offsetof() available in C++11. Kept redirection define. (#4537)
|
2023-11-09 16:44:39 +01:00 |
imgui_impl_dx10.h
|
Docs: add more links to the top of every examples and backends files.
|
2023-09-11 14:01:40 +02:00 |
imgui_impl_dx11.cpp
|
Removed IM_OFFSETOF() macro in favor of using offsetof() available in C++11. Kept redirection define. (#4537)
|
2023-11-09 16:44:39 +01:00 |
imgui_impl_dx11.h
|
Docs: add more links to the top of every examples and backends files.
|
2023-09-11 14:01:40 +02:00 |
imgui_impl_dx12.cpp
|
Removed IM_OFFSETOF() macro in favor of using offsetof() available in C++11. Kept redirection define. (#4537)
|
2023-11-09 16:44:39 +01:00 |
imgui_impl_dx12.h
|
Docs: add more links to the top of every examples and backends files.
|
2023-09-11 14:01:40 +02:00 |
imgui_impl_glfw.cpp
|
Backends: Added support for extra ImGuiKey values: F13 to F24 function keys. (#6891, #4921)
|
2023-10-05 20:39:49 +02:00 |
imgui_impl_glfw.h
|
Docs: add more links to the top of every examples and backends files.
|
2023-09-11 14:01:40 +02:00 |
imgui_impl_glut.cpp
|
Docs: add more links to the top of every examples and backends files.
|
2023-09-11 14:01:40 +02:00 |
imgui_impl_glut.h
|
Docs: add more links to the top of every examples and backends files.
|
2023-09-11 14:01:40 +02:00 |
imgui_impl_metal.h
|
Docs: add more links to the top of every examples and backends files.
|
2023-09-11 14:01:40 +02:00 |
imgui_impl_metal.mm
|
Removed IM_OFFSETOF() macro in favor of using offsetof() available in C++11. Kept redirection define. (#4537)
|
2023-11-09 16:44:39 +01:00 |
imgui_impl_opengl2.cpp
|
Removed IM_OFFSETOF() macro in favor of using offsetof() available in C++11. Kept redirection define. (#4537)
|
2023-11-09 16:44:39 +01:00 |
imgui_impl_opengl2.h
|
Docs: add more links to the top of every examples and backends files.
|
2023-09-11 14:01:40 +02:00 |
imgui_impl_opengl3_loader.h
|
Backends: OpenGL3: Update GL3W based imgui_impl_opengl3_loader.h to load "libGL.so" instead of "libGL.so.1". (#6983)
|
2023-11-09 12:38:56 +01:00 |
imgui_impl_opengl3.cpp
|
Removed IM_OFFSETOF() macro in favor of using offsetof() available in C++11. Kept redirection define. (#4537)
|
2023-11-09 16:44:39 +01:00 |
imgui_impl_opengl3.h
|
Docs: add more links to the top of every examples and backends files.
|
2023-09-11 14:01:40 +02:00 |
imgui_impl_osx.h
|
Docs: add more links to the top of every examples and backends files.
|
2023-09-11 14:01:40 +02:00 |
imgui_impl_osx.mm
|
Backends: Added support for extra ImGuiKey values: F13 to F24 function keys. (#6891, #4921)
|
2023-10-05 20:39:49 +02:00 |
imgui_impl_sdl2.cpp
|
IO, Backends: added ImGuiKey_AppBack, ImGuiKey_AppForward. (#6891, #4921)
|
2023-10-05 21:26:07 +02:00 |
imgui_impl_sdl2.h
|
Docs: add more links to the top of every examples and backends files.
|
2023-09-11 14:01:40 +02:00 |
imgui_impl_sdl3.cpp
|
IO, Backends: added ImGuiKey_AppBack, ImGuiKey_AppForward. (#6891, #4921)
|
2023-10-05 21:26:07 +02:00 |
imgui_impl_sdl3.h
|
Docs: add more links to the top of every examples and backends files.
|
2023-09-11 14:01:40 +02:00 |
imgui_impl_sdlrenderer2.cpp
|
Removed IM_OFFSETOF() macro in favor of using offsetof() available in C++11. Kept redirection define. (#4537)
|
2023-11-09 16:44:39 +01:00 |
imgui_impl_sdlrenderer2.h
|
Docs: add more links to the top of every examples and backends files.
|
2023-09-11 14:01:40 +02:00 |
imgui_impl_sdlrenderer3.cpp
|
Removed IM_OFFSETOF() macro in favor of using offsetof() available in C++11. Kept redirection define. (#4537)
|
2023-11-09 16:44:39 +01:00 |
imgui_impl_sdlrenderer3.h
|
Docs: add more links to the top of every examples and backends files.
|
2023-09-11 14:01:40 +02:00 |
imgui_impl_vulkan.cpp
|
Backends: Vulkan: (Breaking) full font upload is performed by ImGui_ImplVulkan_CreateFontsTexture(), no need for user code to create or provide a command-buffer. Removed ImGui_ImplVulkan_DestroyFontUploadObjects(). (#6943, #6715, #6327, #3743, #4618)
|
2023-11-10 14:53:34 +01:00 |
imgui_impl_vulkan.h
|
Backends: Vulkan: (Breaking) full font upload is performed by ImGui_ImplVulkan_CreateFontsTexture(), no need for user code to create or provide a command-buffer. Removed ImGui_ImplVulkan_DestroyFontUploadObjects(). (#6943, #6715, #6327, #3743, #4618)
|
2023-11-10 14:53:34 +01:00 |
imgui_impl_wgpu.cpp
|
Removed IM_OFFSETOF() macro in favor of using offsetof() available in C++11. Kept redirection define. (#4537)
|
2023-11-09 16:44:39 +01:00 |
imgui_impl_wgpu.h
|
Docs: add more links to the top of every examples and backends files.
|
2023-09-11 14:01:40 +02:00 |
imgui_impl_win32.cpp
|
IO, Backends: added ImGuiKey_AppBack, ImGuiKey_AppForward. (#6891, #4921)
|
2023-10-05 21:26:07 +02:00 |
imgui_impl_win32.h
|
Docs: add more links to the top of every examples and backends files.
|
2023-09-11 14:01:40 +02:00 |