Game Development Community

Current textures in video ram?

by Aaron K Murray · in Torque Game Builder · 01/14/2008 (7:24 pm) · 1 replies

Is there a way to see what textures are currently loaded into video memory?

#1
01/27/2009 (9:09 pm)
GLEnableMetrics(1) and metrics(Texture) make the number of texels loaded available in the Debug build of TGE. I am guessing this could be similar in TGB??