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

Hitting IM_ASSERT() : Docking branch and directX12 project when disable io.ConfigFlags |= ImGuiConfigFlags_ViewportsEnable; #3347

Closed
NaokiIzutani opened this issue Jul 10, 2020 · 3 comments

Comments

@NaokiIzutani
Copy link

Version/Branch of Dear ImGui:

Version: 1.77
Branch: docking

Back-end/Renderer/Compiler/OS
Back-ends: example_win32_directx12 x64 Debug
Compiler: Visual Studio 2019
Operating System: Windows 10 64bit

My Issue/Question
I am executing example_win32_directx12 with disable "io.ConfigFlags |= ImGuiConfigFlags_ViewportsEnable;".

2020y07m10d_124852822

Hitting at the end of the program : IM_ASSERT(viewport->RendererUserData == NULL && viewport->PlatformUserData == NULL);

2020y07m10d_125719117

This is my first time to post issue on github and i'm not good at English sorry.

@ocornut
Copy link
Owner

ocornut commented Jul 10, 2020

Hello @NaokiIzutani,
Thank you for your report. I confirm this is an issue currently and will investigate.

@ocornut
Copy link
Owner

ocornut commented Jul 10, 2020

Should be fixed now!

@ocornut ocornut closed this as completed Jul 10, 2020
@NaokiIzutani
Copy link
Author

Thank you!

Mernion pushed a commit to Mernion/imgui that referenced this issue Aug 3, 2020
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