hi, is there a way to know how much video ram is still left? or how consumed...

Started by
3 comments, last by mickey 21 years, 11 months ago
while my game is running? thanks!
http://www.dualforcesolutions.comProfessional website designs and development, customized business systems, etc.,
Advertisement
There is, however because each card uses the memory differently (how it stores textures, what overhead it includes, etc), its basically useless. Your API (DX, OGL) will handle those cases where you run out of vram by swapping in and out of normal ram. Its better to give your user the option of how much detail (texture size, quantity, screen resolution) rather than having your game figure it out from the available video memory.
hiya,

there is? okey in directdraw how?

thanks,
http://www.dualforcesolutions.comProfessional website designs and development, customized business systems, etc.,
If you still want to know how much vram is available, the answer is nicely explained in this thread.
wow, okey thanks!
http://www.dualforcesolutions.comProfessional website designs and development, customized business systems, etc.,

This topic is closed to new replies.

Advertisement