Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed resolution rendering is causing ImGui viewport issues #264

Open
Pikachuxxxx opened this issue Sep 13, 2023 · 1 comment
Open

Fixed resolution rendering is causing ImGui viewport issues #264

Pikachuxxxx opened this issue Sep 13, 2023 · 1 comment
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!

Comments

@Pikachuxxxx
Copy link
Owner

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.

@Pikachuxxxx Pikachuxxxx added the bug Something isn't working label Sep 13, 2023
@Pikachuxxxx
Copy link
Owner Author

@Pikachuxxxx Pikachuxxxx added graphics:Render Pass Issues with the Rend Pass/Rendering alg/implementation meh I don't give a FUCK about this! labels Sep 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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!
Projects
None yet
Development

No branches or pull requests

1 participant