Minor - Stats Update - V11.2.0
This commit is contained in:
@@ -108,6 +108,14 @@ private:
|
||||
|
||||
int current_fps_, min_fps_, max_fps_, draw_calls_, total_vertex_count_, total_triangle_count_, visible_triangle_count_;
|
||||
float current_frame_time_, min_frame_time_, max_frame_time_ ;
|
||||
|
||||
// gpu information
|
||||
char card_name_[128];
|
||||
int video_memory_ = 0;
|
||||
|
||||
// cpu information
|
||||
std::string cpu_name_;
|
||||
std::string version_driver_;
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user