macbearchen
02-16-2003, 07:15 PM
I wish to query the Video Card info by
pure OpenGL API, is it available?
glGetString(GL_VENDOR);
glGetString(GL_VERSION);
glGetString(GL_RENDERER);
glGetString(GL_EXTENSIONS);
I use above to query some info,
But I want to know the available video
memory, How to do it?
In D3D, I could use
IDirectDraw4::GetAvailableVidMem or
IDirect3DDevice8::GetAvailableTextureMem
But I don't want to use any D3D API,
is another method to get video memory info?
Thanks in advance
Macbear
pure OpenGL API, is it available?
glGetString(GL_VENDOR);
glGetString(GL_VERSION);
glGetString(GL_RENDERER);
glGetString(GL_EXTENSIONS);
I use above to query some info,
But I want to know the available video
memory, How to do it?
In D3D, I could use
IDirectDraw4::GetAvailableVidMem or
IDirect3DDevice8::GetAvailableTextureMem
But I don't want to use any D3D API,
is another method to get video memory info?
Thanks in advance
Macbear