Minor - Stats Update - V11.2.0

This commit is contained in:
2025-06-03 18:35:51 +02:00
parent 2a1b474df0
commit 315d259acd
7 changed files with 205 additions and 50 deletions

View File

@@ -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