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

@@ -160,6 +160,7 @@ public:
ID3D11ShaderResourceView* get_back_buffer_srv() const {return back_buffer_srv_;};
stats* get_stats() const { return stats_; };
fps_class* get_fps() const { return fps_; };
private:
bool render(float, float, float, float, float);