VideoCommon: Show the average projection to viewport ratio in statistics

window.
This commit is contained in:
Jordan Woyak
2023-09-05 15:34:43 -05:00
parent 1805f6e381
commit 1e27183dff
5 changed files with 21 additions and 2 deletions

View File

@ -79,6 +79,8 @@ private:
{
return normal_vertex_count + anamorphic_vertex_count + other_vertex_count;
}
MathUtil::RunningMean<float> average_ratio;
};
ProjectionCounts perspective;