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

Rendering artifacts with OpenGL backend #5246

Closed
Byte-White opened this issue Apr 26, 2022 · 3 comments
Closed

Rendering artifacts with OpenGL backend #5246

Byte-White opened this issue Apr 26, 2022 · 3 comments

Comments

@Byte-White
Copy link

IMGUI DOCKING AND DOCKSPACES BUG

Problem

ImGui Docking and Dockspaces are not working properly. (with glfw, opengl3)

Whenever I turn on Dockspaces everything starts to get buggy. If I try to dock something it will get distorted and the only
way of fixing it is to close the application. I tried the DX11 example and it seems like there aren't any problem there.
Thank you!

Screenshots

image

@ocornut
Copy link
Owner

ocornut commented Apr 26, 2022

Are you 100% it is due to dockspace and not multi-viewports ? Try to disable multi-viewports in the configuration panel.

@ocornut ocornut changed the title IMGUI DOCKING AND DOCKSPACES Rendering artifacts with OpenGL backend Apr 26, 2022
@Byte-White
Copy link
Author

When I disabled multi-viewports there weren't any problems.
Is there a way to fix this without disabling multi-viewports? (I'm using the example)

Thank you

@ocornut
Copy link
Owner

ocornut commented Apr 27, 2022

This is a duplicate of #4832
we should unfortunately revert that change done in the backend I suppose.

@ocornut ocornut closed this as completed Apr 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants