Viewing video memory in use

Community Forums/General Help/Viewing video memory in use

QuickSilva(Posted 2009) [#1]
Is there a way to view how much graphics card memory a game is using with something like Windows Task Manager? (Or even with that program if it is possible.) Maybe I`m missing something obvious?

Thanks for any advice,
Jason.


xlsior(Posted 2009) [#2]
No can do under OpenGL, apparently, since it's unmanaged.

Under DirectX it's possible (BlitzPlus could tell you, for example) but blitzmax doesn't appear to have the capability built in.


lo-tekk(Posted 2009) [#3]
Over at blitzforum.de there's a little app which shows swap-,graphics- and main-memory usage. http://www.blitzforum.de/upload/file.php?id=745 .In Blitz3d there's AvailVidMem()/TotalVidMem().


QuickSilva(Posted 2009) [#4]
OK, ta for the help.

Jason.