Talk:Resource Tracking for FlightGear: Difference between revisions

Jump to navigation Jump to search
Line 24: Line 24:
     public:
     public:
     virtual int getVRAMUsageInKB() {
     virtual int getVRAMUsageInKB() {
     SG_LOG(SG_GENERAL, SG_ALERT,"NVIDIA Function not yet implemented !");
     SG_LOG(SG_GENERAL, SG_ALERT,"NVIDIA VRAM tracking function not yet implemented !");
     return 100;
     return 100;
     }
     }
Line 33: Line 33:
     public:
     public:
     virtual int getVRAMUsageInKB() {
     virtual int getVRAMUsageInKB() {
     SG_LOG(SG_GENERAL, SG_ALERT,"ATI Function not yet implemented !");
     SG_LOG(SG_GENERAL, SG_ALERT,"ATI VRAM tracking function not yet implemented !");
     return 200;
     return 200;
     }
     }
Line 42: Line 42:
     public:
     public:
     virtual int getVRAMUsageInKB() {
     virtual int getVRAMUsageInKB() {
     SG_LOG(SG_GENERAL, SG_ALERT,"Intel Function not yet implemented !");
     SG_LOG(SG_GENERAL, SG_ALERT,"Intel VRAM tracking function not yet implemented !");
     return 500;
     return 500;
     }
     }

Navigation menu