Game Development Community

Determining Used VIdeo Memory

by Cameron Aycock · in Torque Game Engine · 11/16/2003 (2:16 pm) · 2 replies

Hello all!
I am now to Torque, and have successfully checked out and comiled the engine, got the FPS mod up and running, and our level designers are hard at work. I was wondering if there are any scripting commands or any ways of determining:

Amount of video memory being used
Total APP memory (probably can use the win32 API for this)
Current poly count of the scene (or any similar statistic)

Thanks in advance for any help you can provide! ;)

#1
11/16/2003 (5:02 pm)
The metrics command in the console can give you some of this...
#2
11/16/2003 (6:20 pm)
Thats a start.. thanks!