We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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;".
Hitting at the end of the program : IM_ASSERT(viewport->RendererUserData == NULL && viewport->PlatformUserData == NULL);
This is my first time to post issue on github and i'm not good at English sorry.
The text was updated successfully, but these errors were encountered:
Hello @NaokiIzutani, Thank you for your report. I confirm this is an issue currently and will investigate.
Sorry, something went wrong.
Backends: DX12, Viewports: Fixed issue on shutdown when viewports are…
cb1d578
… disabled. (#3347)
Should be fixed now!
Thank you!
fa0384c
… disabled. (ocornut#3347)
No branches or pull requests
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;".
Hitting at the end of the program : IM_ASSERT(viewport->RendererUserData == NULL && viewport->PlatformUserData == NULL);
This is my first time to post issue on github and i'm not good at English sorry.
The text was updated successfully, but these errors were encountered: