Minor - Optimisation stats - V11.5.0
This commit is contained in:
@@ -106,9 +106,12 @@ private:
|
||||
|
||||
const std::deque<Logger::LogEntry>& logBuffer = Logger::Get().GetLogBuffer();
|
||||
|
||||
int current_fps_, min_fps_, max_fps_, draw_calls_, total_vertex_count_, total_triangle_count_, visible_triangle_count_;
|
||||
int current_fps_, min_fps_, max_fps_, draw_calls_, visible_triangle_count_;
|
||||
float current_frame_time_, min_frame_time_, max_frame_time_ ;
|
||||
|
||||
std::shared_ptr<int> total_vertex_count_;
|
||||
std::shared_ptr<int> total_triangle_count_;
|
||||
|
||||
// gpu information
|
||||
char card_name_[128];
|
||||
int video_memory_ = 0;
|
||||
|
||||
Reference in New Issue
Block a user