Merge pull request #1452 from vlj/rsx-debug

rsx-debug: Print number of vertex draw again.
This commit is contained in:
vlj 2016-01-26 17:45:48 +01:00
commit 40fa836b81

View File

@ -316,7 +316,10 @@ namespace rsx
if (capture_current_frame)
{
for (const auto &first_count : first_count_commands)
vertex_draw_count += first_count.second;
capture_frame("Draw " + std::to_string(vertex_draw_count));
vertex_draw_count = 0;
}
}