goldberg_emulator/ImGui
Nemirtingas 145cbfdffd Fix crash on some games using DX11.
The line: "ctx->PSGetSamplers(0, 1, &old.PSSampler);" will fail silently (no return code) but will not modify old.PSSampler making the game crash when accessing uninitialized memory.
2020-11-17 17:15:16 +00:00
..
impls Fix crash on some games using DX11. 2020-11-17 17:15:16 +00:00
imconfig.h Added opengl32 lib and declared glew as static 2019-08-16 11:11:13 +02:00
imgui.cpp Moved colored implementation to their own functions 2019-08-03 14:37:03 +02:00
imgui.h Added 64bits support to ImGui 2019-07-25 23:27:09 +02:00
imgui_draw.cpp Moved colored implementation to their own functions 2019-08-03 14:37:03 +02:00
imgui_internal.h Added ImGui base code 2019-07-25 23:25:46 +02:00
imgui_user.h Moved colored implementation to their own functions 2019-08-03 14:37:03 +02:00
imgui_widgets.cpp Moved colored implementation to their own functions 2019-08-03 14:37:03 +02:00
imstb_rectpack.h Added missing ImGui headers 2019-07-25 23:31:24 +02:00
imstb_textedit.h Added missing ImGui headers 2019-07-25 23:31:24 +02:00
imstb_truetype.h Added missing ImGui headers 2019-07-25 23:31:24 +02:00