goldberg_emulator/ImGui/impls/windows
Nemirtingas 548f21c2f0 Add a return parameter to ImGui_Impl...._NewFrame()
Why does CreateDeviceObjects return a bool if the NewFrame doesn't ?
Added the return parameter cause CreateDeviceObjects can fail.
It did fail on DX11 with feature level to 9.
2020-01-10 08:10:13 +01:00
..
imgui_impl_dx9.cpp Add a return parameter to ImGui_Impl...._NewFrame() 2020-01-10 08:10:13 +01:00
imgui_impl_dx9.h Add a return parameter to ImGui_Impl...._NewFrame() 2020-01-10 08:10:13 +01:00
imgui_impl_dx10.cpp Add a return parameter to ImGui_Impl...._NewFrame() 2020-01-10 08:10:13 +01:00
imgui_impl_dx10.h Add a return parameter to ImGui_Impl...._NewFrame() 2020-01-10 08:10:13 +01:00
imgui_impl_dx11.cpp Add a return parameter to ImGui_Impl...._NewFrame() 2020-01-10 08:10:13 +01:00
imgui_impl_dx11.h Add a return parameter to ImGui_Impl...._NewFrame() 2020-01-10 08:10:13 +01:00
imgui_impl_dx12.cpp Add a return parameter to ImGui_Impl...._NewFrame() 2020-01-10 08:10:13 +01:00
imgui_impl_dx12.h Add a return parameter to ImGui_Impl...._NewFrame() 2020-01-10 08:10:13 +01:00
imgui_impl_win32.cpp Fix build 2019-09-01 20:53:16 +02:00
imgui_impl_win32.h Moved every platform specific code to their own folder 2019-09-01 20:48:27 +02:00