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 ada4570 commit 8f2a435
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ struct ERS_STRUCT_Viewport {
bool LightIcons = true; /**<Draw or don't draw the light icons*/
bool GammaCorrection = true; /**<Enable/disable gamma correction*/
bool HDREnabled_ = true; /**<Indicate if hdr should be used or not*/
bool ShowSceneInfo_ = true; /**<Enab;e/Disable Vertex And Texture Info Overlay*/

float Exposure_ = 1.0f; /**<Set the camera exposure for that viewport*/
float Gamma_ = 2.2f; /**<Set the gamma correction value for the viewport*/
Expand Down

0 comments on commit 8f2a435

Please sign in to comment.