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 8216d22 commit e11d83a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,10 @@ class ERS_CLASS_VisualRenderer {
void DrawViewportMenu(int Index, ERS_CLASS_SceneManager* SceneManager);

/**
* @brief Draw the overlays on the viewport for debugging info such as textures and fps.
* @brief
*
*/
void DrawViewportOverlay();
void DrawViewportOverlay(int Index);

/**
* @brief Returns the index of the shader with name that matches the name given. Will return 0 if the shader is not found.
Expand Down

0 comments on commit e11d83a

Please sign in to comment.