This error appears while initializing imgui direct9. How do I resolve it?
This error appears while initializing imgui direct9. How do I resolve it?
enter image description here
This error appears while initializing imgui direct9. How do I resolve it?
#include “../Header/imgui.h”
#include “../Header/imgui_impl_dx9.h”
#include “../Header/imgui_impl_win32.h” and added the visible header file and cpp file.
ImGui Image Fill / Imgui::Image() vs ImGui::GetWindowDrawList()->AddImage
Why can’t the ImGui::Image() function fill the entire screen when it displays an image in the viewport, can the ImGui::GetWindowDrawList()->AddImage() function fill the entire screen??