Wipe all FBOs on device lost. May help app switching issues on Android.
This commit is contained in:
parent
9fbb947fcd
commit
112f1b4901
3 changed files with 7 additions and 0 deletions
|
@ -567,6 +567,11 @@ void FramebufferManager::EndFrame() {
|
|||
}
|
||||
}
|
||||
|
||||
void FramebufferManager::DeviceLost() {
|
||||
DestroyAllFBOs();
|
||||
resized_ = false;
|
||||
}
|
||||
|
||||
void FramebufferManager::BeginFrame() {
|
||||
DecimateFBOs();
|
||||
// NOTE - this is all wrong. At the beginning of the frame is a TERRIBLE time to draw the fb.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue