Fixed resolution rendering is causing ImGui viewport issues #264
Labels
bug
Something isn't working
graphics:Render Pass
Issues with the Rend Pass/Rendering alg/implementation
meh
I don't give a FUCK about this!
Using a fixed RenderTarget resolution with imGui is causing viewport issues because of mismatch with the window resolutuion and rt size, the viewport and scissor rect is wrong and causing offset while rendering and input interaction
Some fixes like changing displaySize and FBSize of imgui need to be properly reworked.
The text was updated successfully, but these errors were encountered: