-
-
Notifications
You must be signed in to change notification settings - Fork 153
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
Resizing Window Crashes #83
Comments
@mattparks |
I found your code is crashed on this while resizing : Graphics.cpp: 354 GDB stack info |
SwapChain should be recreated while resizing windows.
Destroy the swapchain and create the swapchain again.
For example:
The text was updated successfully, but these errors were encountered: