glutin icon indicating copy to clipboard operation
glutin copied to clipboard

Dealing with Android Activity Lifecycle

Open torkleyy opened this issue 7 years ago • 2 comments

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.

torkleyy avatar Jul 09 '17 09:07 torkleyy

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?

tiby312 avatar Aug 23 '17 17:08 tiby312

The GL context is destroyed and every GL resource has to be initialized again.

ip avatar Sep 24 '17 13:09 ip

Out of scope for glutin.

kchibisov avatar Sep 03 '22 06:09 kchibisov