I'm looking for a way to poll for total video memory on board a graphics cars / integrated chipset.
I'm aware of WMI assisted polling under Windows, and as far as I understand that information is constructed on every boot by WMI. However, being an optimist, I am looking for a possible OS independent way to poll for total video memory and free or used video memory.
If not possible, what would be the most elegant way to poll for same under Windows, Linux and OSX?
FYI I don't use DirectX under windows, only OpenGL.