glutin
glutin copied to clipboard
Dealing with Android Activity Lifecycle
What is the recommended way to handle a paused activity?
The problem is that it is not allowed to swap buffers then, so I suppose the application should just wait until it is resumed.
Yes I would like to know as well. When I minimize the app and re open it, I just have a blank screen. Does the display need to be rebuilt based off of the Suspend Event?
The GL context is destroyed and every GL resource has to be initialized again.
Out of scope for glutin.