This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_UI_SDK
/
imgui
Watch
1
Star
0
Fork
0
You've already forked imgui
mirror of
https://github.com/ocornut/imgui.git
synced
2026-05-11 06:28:40 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
47766ca40335db5cdc62e14d17a7c8a139eb7ea8
imgui
/
backends
T
History
ocornut
75db81cf08
Backends: SDL_GPU3: select between metallib and MSL shaders based on availability. (
#9076
)
...
Amend
fd887f5
2025-11-26 15:05:05 +01:00
..
sdlgpu3
Backends: SDL_GPU3: use MSL on macOS and MetalLib on iOS to fix shader compatibility. (
#9076
)
2025-11-26 15:01:03 +01:00
vulkan
…
imgui_impl_allegro5.cpp
…
imgui_impl_allegro5.h
…
imgui_impl_android.cpp
…
imgui_impl_android.h
…
imgui_impl_dx9.cpp
…
imgui_impl_dx9.h
…
imgui_impl_dx10.cpp
…
imgui_impl_dx10.h
…
imgui_impl_dx11.cpp
…
imgui_impl_dx11.h
…
imgui_impl_dx12.cpp
…
imgui_impl_dx12.h
Backends: fixed misc zealous Clang warnings.
2025-11-18 16:34:35 +01:00
imgui_impl_glfw.cpp
Backends: fixed misc zealous Clang warnings.
2025-11-18 16:34:35 +01:00
imgui_impl_glfw.h
…
imgui_impl_glut.cpp
…
imgui_impl_glut.h
…
imgui_impl_metal.h
…
imgui_impl_metal.mm
…
imgui_impl_null.cpp
Backends: fixed misc zealous Clang warnings.
2025-11-18 16:34:35 +01:00
imgui_impl_null.h
Backends: Null: added imgui_impl_null platform/renderer backend.
2025-11-17 15:28:03 +01:00
imgui_impl_opengl2.cpp
…
imgui_impl_opengl2.h
…
imgui_impl_opengl3_loader.h
…
imgui_impl_opengl3.cpp
…
imgui_impl_opengl3.h
…
imgui_impl_osx.h
…
imgui_impl_osx.mm
…
imgui_impl_sdl2.cpp
…
imgui_impl_sdl2.h
…
imgui_impl_sdl3.cpp
Backends: fixed misc zealous Clang warnings.
2025-11-18 16:34:35 +01:00
imgui_impl_sdl3.h
…
imgui_impl_sdlgpu3_shaders.h
Backends: SDL_GPU3: use MSL on macOS and MetalLib on iOS to fix shader compatibility. (
#9076
)
2025-11-26 15:01:03 +01:00
imgui_impl_sdlgpu3.cpp
Backends: SDL_GPU3: select between metallib and MSL shaders based on availability. (
#9076
)
2025-11-26 15:05:05 +01:00
imgui_impl_sdlgpu3.h
…
imgui_impl_sdlrenderer2.cpp
…
imgui_impl_sdlrenderer2.h
…
imgui_impl_sdlrenderer3.cpp
…
imgui_impl_sdlrenderer3.h
…
imgui_impl_vulkan.cpp
Backends: Vulkan: helper for creating a swapchain selects VkSwapchainCreateInfoKHR's compositeAlpha based on cap.supportedCompositeAlpha. (
#8784
)
2025-11-24 18:11:23 +01:00
imgui_impl_vulkan.h
…
imgui_impl_wgpu.cpp
Backends, Examples: WebGPU: simplified ifndef (
#8381
)
2025-11-07 13:24:16 +01:00
imgui_impl_wgpu.h
Backends, Examples: WebGPU: simplified ifndef (
#8381
)
2025-11-07 13:24:16 +01:00
imgui_impl_win32.cpp
Examples: CI: backtrack and make example_null embed backend: simpler for all sorts of quick build scripts.
2025-11-17 16:38:07 +01:00
imgui_impl_win32.h
…