.. |
vulkan
|
428f4fce70
Moving backends code from examples/ to backends/ (step 2: moving vulkan cruft)
|
4 gadi atpakaļ |
imgui_impl_allegro5.cpp
|
1e18da5c38
Backends, Examples: Add comments about using WndProc handler and WantCaptureXXX flags. (#5061)
|
3 gadi atpakaļ |
imgui_impl_allegro5.h
|
1bfe4a75be
Backends: Allegro5: Update to use io.AddEventKey() will full key map (#2625, #4858)
|
3 gadi atpakaļ |
imgui_impl_android.cpp
|
5429f0f6b5
Backends: OSX, Android: Replaced AddKeyModsEvent() added by 790132a in favor of unified key enum system. (#4921, #4858)
|
3 gadi atpakaļ |
imgui_impl_android.h
|
1797135db5
Backends: Android: Update to use io.AddEventKey() will full key map (#2625, #4858)
|
3 gadi atpakaļ |
imgui_impl_dx10.cpp
|
440824d431
Backends: Fixed early out on empty clip rect. In particular, DX12 backend would warn about it (others not so much). (#4775, #4464)
|
3 gadi atpakaļ |
imgui_impl_dx10.h
|
838c16533d
Backends: Comments.
|
4 gadi atpakaļ |
imgui_impl_dx11.cpp
|
440824d431
Backends: Fixed early out on empty clip rect. In particular, DX12 backend would warn about it (others not so much). (#4775, #4464)
|
3 gadi atpakaļ |
imgui_impl_dx11.h
|
838c16533d
Backends: Comments.
|
4 gadi atpakaļ |
imgui_impl_dx12.cpp
|
440824d431
Backends: Fixed early out on empty clip rect. In particular, DX12 backend would warn about it (others not so much). (#4775, #4464)
|
3 gadi atpakaļ |
imgui_impl_dx12.h
|
ceb26bac48
Backends: Vulkan: Added support for ImTextureID as VkDescriptorSet, amends. (#914)
|
3 gadi atpakaļ |
imgui_impl_dx9.cpp
|
440824d431
Backends: Fixed early out on empty clip rect. In particular, DX12 backend would warn about it (others not so much). (#4775, #4464)
|
3 gadi atpakaļ |
imgui_impl_dx9.h
|
838c16533d
Backends: Comments.
|
4 gadi atpakaļ |
imgui_impl_glfw.cpp
|
e52bb147a7
Backends: GLFW: Added ImGui_ImplGlfw_InstallCallbacks()/ImGui_ImplGlfw_RestoreCallbacks(). (#4981)
|
3 gadi atpakaļ |
imgui_impl_glfw.h
|
e52bb147a7
Backends: GLFW: Added ImGui_ImplGlfw_InstallCallbacks()/ImGui_ImplGlfw_RestoreCallbacks(). (#4981)
|
3 gadi atpakaļ |
imgui_impl_glut.cpp
|
6315716f23
Backends: Glut: Fix comparison operator precedence.
|
3 gadi atpakaļ |
imgui_impl_glut.h
|
da1864d79e
Backends: GLUT: Update to use io.AddEventKey() will full key map (#2625, #4858)
|
3 gadi atpakaļ |
imgui_impl_metal.h
|
41e39ea6e1
Backends: Metal: Add Metal C++ bindings support. (#4824, #4746)
|
3 gadi atpakaļ |
imgui_impl_metal.mm
|
efa50f72a7
Backends: Metal: Ignore ImDrawCmd where ElemCount == 0. (#4857)
|
3 gadi atpakaļ |
imgui_impl_opengl2.cpp
|
c80e8b964c
Backends: OpenGL2, Marmalade: Fixed mishandling of the ImDrawCmd::IdxOffset field. (#4790)
|
3 gadi atpakaļ |
imgui_impl_opengl2.h
|
838c16533d
Backends: Comments.
|
4 gadi atpakaļ |
imgui_impl_opengl3.cpp
|
40fd163a3b
Backends: OpenGL3: Fix OpenGL ES2 includes on Apple systems.
|
3 gadi atpakaļ |
imgui_impl_opengl3.h
|
f8bad7e1e3
Backends: OpenGL3: Add TargetConditionals.h (#4473) + standardize include
|
4 gadi atpakaļ |
imgui_impl_opengl3_loader.h
|
89a28209e8
Version 1.87 WIP + Backends: OpenGL3: Fixed a buffer overflow in imgui_impl_opengl3_loader.h init, added in 1.86 (#4468, #4830)
|
3 gadi atpakaļ |
imgui_impl_osx.h
|
457d4b7b72
Backends: OSX: Adedd basic IME support for macOS. (#3108, #2598)
|
3 gadi atpakaļ |
imgui_impl_osx.mm
|
a61ca097a7
Backends: OSX: Fix typo in scrolling event handler. (#5036)
|
3 gadi atpakaļ |
imgui_impl_sdl.cpp
|
1e18da5c38
Backends, Examples: Add comments about using WndProc handler and WantCaptureXXX flags. (#5061)
|
3 gadi atpakaļ |
imgui_impl_sdl.h
|
c6cab1f352
Backends: SDL: Added SDL_Renderer* parameter to ImGui_ImplSDL2_InitForSDLRenderer(). Use SDL_GetRendererOutputSize() instead of SDL_GL_GetDrawableSize() when bound to a SDL_Renderer. (#4927)
|
3 gadi atpakaļ |
imgui_impl_sdlrenderer.cpp
|
c39192ba64
Backends: SDL_Renderer: Fix texture atlas format on big-endian hardware (#4927)
|
3 gadi atpakaļ |
imgui_impl_sdlrenderer.h
|
5c388c39f4
Backends: SDL_Renderer: Added support for large meshes (64k+ vertices) with 16-bit indices, enable 'ImGuiBackendFlags_RendererHasVtxOffset' in this backend. (#3926)
|
3 gadi atpakaļ |
imgui_impl_vulkan.cpp
|
6e63fcaca3
Backends: Vulkan: Amends, fix miscast on 32-bit systems with the right ImTextureID=ImU64. (#914)
|
3 gadi atpakaļ |
imgui_impl_vulkan.h
|
ceb26bac48
Backends: Vulkan: Added support for ImTextureID as VkDescriptorSet, amends. (#914)
|
3 gadi atpakaļ |
imgui_impl_wgpu.cpp
|
0818a42396
Backend: WebGPU: Fixed incorrect size parameters in WGPU backend (#4891)
|
3 gadi atpakaļ |
imgui_impl_wgpu.h
|
838c16533d
Backends: Comments.
|
4 gadi atpakaļ |
imgui_impl_win32.cpp
|
1e18da5c38
Backends, Examples: Add comments about using WndProc handler and WantCaptureXXX flags. (#5061)
|
3 gadi atpakaļ |
imgui_impl_win32.h
|
1e18da5c38
Backends, Examples: Add comments about using WndProc handler and WantCaptureXXX flags. (#5061)
|
3 gadi atpakaļ |