1
0
mirror of https://github.com/ocornut/imgui.git synced 2024-12-18 18:46:13 +01:00
imgui/backends
bmarques1995 53dd7552dc Backends: DX12: let the user specifies the DepthStencilView format. (#8217)
This is particullarly important for those who use RenderPasses.
2024-12-09 12:23:09 +01: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: standardized top of file comments. 2024-12-05 12:43:04 +01:00
imgui_impl_allegro5.h Backends: standardized top of file comments. 2024-12-05 12:43:04 +01:00
imgui_impl_android.cpp Backends: standardized top of file comments. 2024-12-05 12:43:04 +01:00
imgui_impl_android.h Backends: standardized top of file comments. 2024-12-05 12:43:04 +01:00
imgui_impl_dx9.cpp Backends: standardized top of file comments. 2024-12-05 12:43:04 +01:00
imgui_impl_dx9.h Backends: standardized top of file comments. 2024-12-05 12:43:04 +01:00
imgui_impl_dx10.cpp Backends: DX10: create sampler outside of ImGui_ImplDX11_CreateFontsTexture(). 2024-12-05 13:09:37 +01:00
imgui_impl_dx10.h Backends: standardized top of file comments. 2024-12-05 12:43:04 +01:00
imgui_impl_dx11.cpp Backends: standardized top of file comments. 2024-12-05 12:43:04 +01:00
imgui_impl_dx11.h Backends: standardized top of file comments. 2024-12-05 12:43:04 +01:00
imgui_impl_dx12.cpp Backends: DX12: let the user specifies the DepthStencilView format. (#8217) 2024-12-09 12:23:09 +01:00
imgui_impl_dx12.h Backends: DX12: let the user specifies the DepthStencilView format. (#8217) 2024-12-09 12:23:09 +01:00
imgui_impl_glfw.cpp Backends: standardized top of file comments. 2024-12-05 12:43:04 +01:00
imgui_impl_glfw.h Backends: standardized top of file comments. 2024-12-05 12:43:04 +01:00
imgui_impl_glut.cpp Backends: standardized top of file comments. 2024-12-05 12:43:04 +01:00
imgui_impl_glut.h Backends: standardized top of file comments. 2024-12-05 12:43:04 +01:00
imgui_impl_metal.h Backends: standardized top of file comments. 2024-12-05 12:43:04 +01:00
imgui_impl_metal.mm Backends: standardized top of file comments. 2024-12-05 12:43:04 +01:00
imgui_impl_opengl2.cpp Backends: standardized top of file comments. 2024-12-05 12:43:04 +01:00
imgui_impl_opengl2.h Backends: standardized top of file comments. 2024-12-05 12:43:04 +01:00
imgui_impl_opengl3_loader.h Backends: DX9, DX10, DX11, DX12, OpenGL, Vulkan, WGPU: Changed default texture sampler to Clamp instead of Repeat/Wrap. (#7468, #7511, #5999, #5502) 2024-10-07 22:02:55 +02:00
imgui_impl_opengl3.cpp Backends: standardized top of file comments. 2024-12-05 12:43:04 +01:00
imgui_impl_opengl3.h Backends: standardized top of file comments. 2024-12-05 12:43:04 +01:00
imgui_impl_osx.h Backends: standardized top of file comments. 2024-12-05 12:43:04 +01:00
imgui_impl_osx.mm Backends: standardized top of file comments. 2024-12-05 12:43:04 +01:00
imgui_impl_sdl2.cpp Backends: standardized top of file comments. 2024-12-05 12:43:04 +01:00
imgui_impl_sdl2.h Backends: standardized top of file comments. 2024-12-05 12:43:04 +01:00
imgui_impl_sdl3.cpp Backends: standardized top of file comments. 2024-12-05 12:43:04 +01:00
imgui_impl_sdl3.h Backends: standardized top of file comments. 2024-12-05 12:43:04 +01:00
imgui_impl_sdlrenderer2.cpp Backends: standardized top of file comments. 2024-12-05 12:43:04 +01:00
imgui_impl_sdlrenderer2.h Backends: standardized top of file comments. 2024-12-05 12:43:04 +01:00
imgui_impl_sdlrenderer3.cpp Backends: standardized top of file comments. 2024-12-05 12:43:04 +01:00
imgui_impl_sdlrenderer3.h Backends: standardized top of file comments. 2024-12-05 12:43:04 +01:00
imgui_impl_vulkan.cpp Backends: standardized top of file comments. 2024-12-05 12:43:04 +01:00
imgui_impl_vulkan.h Backends: standardized top of file comments. 2024-12-05 12:43:04 +01:00
imgui_impl_wgpu.cpp Backends: standardized top of file comments. 2024-12-05 12:43:04 +01:00
imgui_impl_wgpu.h Backends: standardized top of file comments. 2024-12-05 12:43:04 +01:00
imgui_impl_win32.cpp Backends: standardized top of file comments. 2024-12-05 12:43:04 +01:00
imgui_impl_win32.h Backends: standardized top of file comments. 2024-12-05 12:43:04 +01:00