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 80349d9 commit 5f5cf36
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1001,10 +1001,14 @@ void ERS_CLASS_VisualRenderer::DrawViewportMenu(int Index, ERS_CLASS_SceneManage

}

void ERS_CLASS_VisualRenderer::DrawViewportOverlay(int Index) {
void ERS_CLASS_VisualRenderer::DrawViewportOverlay(int Index, ERS_CLASS_SceneManager* SceneManager) {

// Draw Scene Info
if (Viewports_[Index]->ShowSceneInfo_) {

// Generate Info
std::string VertexMessage = std::string("");

ImGui::Text("A Test Message!");

}
Expand Down

0 comments on commit 5f5cf36

Please sign in to comment.