f5 now also clears cached framebuffers/targets.

This commit is contained in:
Ben Vanik
2015-05-25 14:58:04 -07:00
parent f2685dbb1d
commit 7cabcad69e
3 changed files with 22 additions and 1 deletions

View File

@@ -70,6 +70,8 @@ class CommandProcessor {
void Shutdown();
void CallInThread(std::function<void()> fn);
void ClearCaches();
void set_swap_mode(SwapMode swap_mode) { swap_mode_ = swap_mode; }
void IssueSwap();
void IssueSwap(uint32_t frontbuffer_width, uint32_t frontbuffer_height);