1
0
mirror of https://github.com/ocornut/imgui.git synced 2024-11-16 20:07:18 +01:00
imgui/backends
Michel Lesoinne 90deb0959a Backends, Viewports: Vulkan: Fix the use of the incorrect fence in wait for fence. (#4208)
The fence being waited upon was not the one associated with the current frame.
This results in validation error detecting a reset of command buffers still in use and resetting fences while still in use.
Read more details in #4208
2021-06-14 17:54:19 +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 Merge branch 'master' into docking 2021-06-04 17:28:45 +02:00
imgui_impl_dx9.h Merge branch 'master' into docking 2021-06-04 17:28:45 +02:00
imgui_impl_dx10.cpp Merge branch 'master' into docking 2021-06-04 17:28:45 +02:00
imgui_impl_dx10.h Merge branch 'master' into docking 2021-06-04 17:28:45 +02:00
imgui_impl_dx11.cpp Merge branch 'master' into docking 2021-06-04 17:28:45 +02:00
imgui_impl_dx11.h Merge branch 'master' into docking 2021-06-04 17:28:45 +02:00
imgui_impl_dx12.cpp Merge branch 'master' into docking 2021-06-04 17:28:45 +02:00
imgui_impl_dx12.h Merge branch 'master' into docking 2021-06-04 17:28:45 +02:00
imgui_impl_glfw.cpp Merge branch 'master' into docking 2021-06-04 17:28:45 +02:00
imgui_impl_glfw.h Merge branch 'master' into docking 2021-06-04 17:28:45 +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 Merge branch 'master' into docking 2021-06-04 17:28:45 +02:00
imgui_impl_metal.mm Merge branch 'master' into docking 2021-06-04 17:28:45 +02:00
imgui_impl_opengl2.cpp Merge branch 'master' into docking 2021-06-04 17:28:45 +02:00
imgui_impl_opengl2.h Merge branch 'master' into docking 2021-06-04 17:28:45 +02:00
imgui_impl_opengl3.cpp Merge branch 'master' into docking 2021-06-08 18:38:51 +02:00
imgui_impl_opengl3.h Merge branch 'master' into docking 2021-06-04 17:28:45 +02:00
imgui_impl_osx.h Merge branch 'master' into docking 2021-06-04 17:28:45 +02:00
imgui_impl_osx.mm Merge branch 'master' into docking 2021-06-04 17:28:45 +02:00
imgui_impl_sdl.cpp Merge branch 'master' into docking 2021-06-04 17:28:45 +02:00
imgui_impl_sdl.h Merge branch 'master' into docking 2021-06-04 17:28:45 +02:00
imgui_impl_vulkan.cpp Backends, Viewports: Vulkan: Fix the use of the incorrect fence in wait for fence. (#4208) 2021-06-14 17:54:19 +02:00
imgui_impl_vulkan.h Merge branch 'master' into docking 2021-06-04 17:28:45 +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 Merge branch 'master' into docking 2021-06-08 18:38:51 +02:00
imgui_impl_win32.h Merge branch 'master' into docking 2021-06-04 17:28:45 +02:00