How to find how much Video Mem is on a card?

Started by
1 comment, last by nPawn 21 years, 7 months ago
This is probably an easy question, but i''m not finding video mem stats in the information that GetDeviceCaps returns or other device info functions. Is there some function to use or some way to find this out?
Advertisement
Using DX7 you can use GetAvailableVidMem().

MSVC++ 6DirectX 7
for dx8 u use
IDirect3DDevice8::GetAvailableTextureMem()
gives u an answer in MB


"We call em ''natural disasters'' but ''he'' (or she?) calls them memory leaks!!"
Al
**MY HQ**
[size=2]aliak.net

This topic is closed to new replies.

Advertisement