1
0
mirror of https://github.com/ocornut/imgui.git synced 2024-11-13 18:50:58 +01:00
imgui/backends
Anthony 8ced41570e Backends: DX9: explicitely disable texture state stages after >= 1. (#4268)
imgui only uses texture stage state for stage 0
But any state set in stages >= 1 will affect rendering
Set stage 1 COLOROP to DISABLED, to deactivate stages >= 1
2021-06-25 12:33:38 +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: Comments. 2021-05-27 13:59:35 +02:00
imgui_impl_allegro5.h Backends: Comments. 2021-05-27 13:59:35 +02:00
imgui_impl_android.cpp Backends: Comments. 2021-05-27 13:59:35 +02:00
imgui_impl_android.h Backends: Comments. 2021-05-27 13:59:35 +02:00
imgui_impl_dx9.cpp Backends: DX9: explicitely disable texture state stages after >= 1. (#4268) 2021-06-25 12:33:38 +02:00
imgui_impl_dx9.h Backends: Comments. 2021-05-27 13:59:35 +02:00
imgui_impl_dx10.cpp Backends: Comments. 2021-05-27 13:59:35 +02:00
imgui_impl_dx10.h Backends: Comments. 2021-05-27 13:59:35 +02:00
imgui_impl_dx11.cpp Backends: Comments. 2021-05-27 13:59:35 +02:00
imgui_impl_dx11.h Backends: Comments. 2021-05-27 13:59:35 +02:00
imgui_impl_dx12.cpp Backends: DX12: Fix texture casting crash on 32-bit systems (introduced on 2021/05/19 and v1.83) + added comments about building on 32-bit systems. (#4225) 2021-06-14 17:43:42 +02:00
imgui_impl_dx12.h Backends: Comments. 2021-05-27 13:59:35 +02:00
imgui_impl_glfw.cpp Backends: Comments. 2021-05-27 13:59:35 +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: Comments. 2021-05-27 13:59:35 +02:00
imgui_impl_opengl2.h Backends: Comments. 2021-05-27 13:59:35 +02:00
imgui_impl_opengl3.cpp Backends: OpenGL3: Destroy shader objects right away (#4244) 2021-06-21 11:51:51 +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: Comments. 2021-05-27 13:59:35 +02:00
imgui_impl_sdl.h Backends: Comments. 2021-05-27 13:59:35 +02:00
imgui_impl_vulkan.cpp Backends: Comments. 2021-05-27 13:59:35 +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 FIx static analysers warnings and disable false positives. 2021-06-24 17:15:14 +02:00
imgui_impl_win32.h Backends: Comments. 2021-05-27 13:59:35 +02:00