Minor - bigcube generation + using shared model - V11.4.0

This commit is contained in:
2025-06-19 22:19:33 +02:00
parent f5331444cb
commit de16b97f8e
10 changed files with 219 additions and 185 deletions

View File

@@ -6,6 +6,7 @@
#include "object.h"
#include <intrin.h> // Pour __cpuid
#include <dxgi.h> // Pour DXGI
#include <mutex>
#pragma comment(lib, "dxgi.lib")
class stats
@@ -36,7 +37,6 @@ public:
std::string get_gpu_driver_version(ID3D11Device* device);
private:
std::thread update_geometric_thread_;
std::thread update_display_thread_;
fps_class* fps_;