Delete the gl name cache (might resurrect it on the GLQueueRunner side if needed later). Other cleanup and fixes.

This commit is contained in:
Henrik Rydgård
2017-12-12 14:07:52 +01:00
parent 46e1fbb788
commit f3282dcfda
12 changed files with 185 additions and 405 deletions
+1 -1
View File
@@ -206,7 +206,7 @@ public:
return vfb;
}
}
virtual void RebindFramebuffer();
void RebindFramebuffer();
std::vector<FramebufferInfo> GetFramebufferList();
void CopyDisplayToOutput();