mono / opentk

OpenTK is a set of bindings to OpenGL, OpenCL and OpenAL. This is not the main repository, just a temporary import to allow Mono developers to make changes to this module. Please do not contribute changes here, contribute them to the upstream maintainers at http://www.opentk.com
http://www.opentk.com
115 stars 66 forks source link

[OpenGLES] OpenTK app + Intent.CreateChooser() crashes #6

Closed dellis1972 closed 10 years ago

dellis1972 commented 10 years ago

Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=8182

Turns out the issue with this particular bug was that we did not clear down the current context prior to shutting down the activity/pausing. This left OpenGL in some kind of weird state where it could not the the surface and context current again until the activity was destroyed.