GPU: Rebuild FBOs when they now have storage.

This commit is contained in:
Unknown W. Brackets
2017-04-24 09:37:54 -07:00
parent 1a58629cfb
commit 97620d4cca
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1070,7 +1070,7 @@ void FramebufferManagerVulkan::EndFrame() {
PSP_CoreParameter().renderHeight = 272 * zoom;
}
if (UpdateSize() || g_Config.iRenderingMode == FB_NON_BUFFERED_MODE) {
if (UpdateSize()) {
DestroyAllFBOs();
}