Advertisement

Texture Memory

Started by April 14, 2002 12:17 PM
2 comments, last by Oktan 22 years, 10 months ago
How can I get size of used texture memory (memory on video card)?
You can''t. You have to keep track of your memory usage manually.
Advertisement
Since OpenGL is supported on many cards (including non-consumer ones) it doesn''t expose the notion of memory types or usage.


Helpful links:
How To Ask Questions The Smart Way | Google can help with your question | Search MSDN for help with standard C or Windows functions
Look up texture proxies and priorities in gl. These dont give you exact control/info but can give some feedback and input to texture storage.

This topic is closed to new replies.

Advertisement