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

Terminate the process when the window gets closed #6

Open
wants to merge 1 commit into
base: meowster
Choose a base branch
from

Conversation

ym1234
Copy link

@ym1234 ym1234 commented May 13, 2021

GraphicsDevice.SwapBuffers() gets stuck if the window was closed before calling it
(On linux at least, I have not tested it on windows)

GraphicsDevice.SwapBuffers() gets stuck if the window was
closed before calling it (On linux at least, I have not tested it on
windows)
@sa-exe
Copy link
Contributor

sa-exe commented Aug 14, 2021

I feel like this only reduces the chance of SwapBuffers getting stuck. I'll have to investigate this further.

@ym1234
Copy link
Author

ym1234 commented Aug 16, 2021

Yeah this only reduces the chance of it happening, but in my tests it always correctly terminated the process, so it might be fine for now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants