Skip to content

Commit

Permalink
Add Vert/Tex Count Displays (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
datacrystals committed May 10, 2022
1 parent 0a987c5 commit 3a27625
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1039,8 +1039,8 @@ void ERS_CLASS_VisualRenderer::DrawViewportOverlay(int Index, ERS_CLASS_SceneMan
// Show System Resources Info
if (Viewports_[Index]->ShowResourceInfo_) {

// Generate Info
unsigned long NumModels = SceneManager->Scenes_[SceneManager->ActiveScene_]->Models.size();

double InMemoryVerts = 0;
double InMemoryIndices = 0;

Expand Down

0 comments on commit 3a27625

Please sign in to comment.