You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
MangoHud/src/gl
jackun 85007fe0bd
Use separate font atlas for vulkan
vkCreateSwapchainKHR and vkQueuePresentKHR may share the same ImGui context accidentally and
vkCreateSwapchainKHR might (re)create font image and destroy old font atlas while vkQueuePresentKHR is still rendering :(
2 years ago
..
gl.h [OpenGL] Just "refcount" by glXCreate/DestroyContext calls; recreate "lost" objects 4 years ago
gl_hud.cpp Use separate font atlas for vulkan 2 years ago
gl_hud.h Rename GL files to avoid some confusion with upstream Dear ImGui files 2 years ago
gl_renderer.cpp Convert some "printfs" to spdlog 2 years ago
gl_renderer.h Rename GL files to avoid some confusion with upstream Dear ImGui files 2 years ago
glad.c [OpenGL] Spam terminal a little less with version strings 4 years ago
inject_egl.cpp Rename GL files to avoid some confusion with upstream Dear ImGui files 2 years ago
inject_glx.cpp Rename GL files to avoid some confusion with upstream Dear ImGui files 2 years ago