vulkan: Clear framebuffer after flip.

This commit is contained in:
Vincent Lejeune 2016-03-24 23:28:55 +01:00
parent 0838e3209e
commit 1b33abf287
1 changed files with 1 additions and 0 deletions

View File

@ -1249,6 +1249,7 @@ void VKGSRender::flip(int buffer)
m_buffer_view_to_clean.clear();
m_sampler_to_clean.clear();
m_framebuffer_to_clean.clear();
m_draw_calls = 0;
dirty_frame = true;