diff --git a/Info.hpp b/Info.hpp index 2f5c550..f3d7d1a 100644 --- a/Info.hpp +++ b/Info.hpp @@ -31,11 +31,11 @@ namespace Columbus unsigned long GetRAMFree(); unsigned long GetRAMThis(); int GetRAMUsage(); + int GetGPUUsage(); + float GetGPUTemperature(); unsigned long GetGPUMemorySize(); unsigned long GetGPUMemoryFree(); - int GetGPUUsage(); int GetGPUMemoryUsage(); - float GetGPUTemperature(); int GetCPUCount() { @@ -222,20 +222,6 @@ namespace Columbus return 0; } - unsigned long GetGPUMemorySize() - { - #ifdef COLUMBUS_PLATFORM_WINDOWS - - #endif - - return 0; - } - - unsigned long GetGPUMemoryFree() - { - - } - float GetGPUTemperature() { #ifdef __linux__