Am Friday 14 August 2009 11:58:12 schrieb Sun, Sunny: > #define GL_TOTAL_PHYSICAL_MEMORY_ATI 0x87FE > const char *glExtensions = (const char*)glGetString(GL_EXTENSIONS); > if(strstr(glExtensions, "GL_ATI_meminfo")) That sounds very helpful! Is this supported on all drivers that support GL_ATI_meminfo(but not documented in the spec)? Or was this added at some later point? Do I have to be prepared to getting a GL_INVALID_ENUM or something when I am trying to use GL_TOTAL_PHYSICAL_MEMORY_ATI?
- about video memory detection in wine Sun, Sunny
- Re: about video memory detection in wine Henri Verbeet
- Re: about video memory detection in wine Stefan Dösinger
- Re: about video memory detection in wine Roderick Colenbrander
- RE: about video memory detection in win... Sun, Sunny
- Re: about video memory detection in... Stefan Dösinger
- Re: about video memory detection in... Stefan Dösinger
- RE: about video memory detecti... Sun, Sunny
- Re: about video memory det... Stefan Dösinger
- Re: about video memory... Henri Verbeet
- Re: about video memory... Stefan Dösinger
- Re: about video memory... Jesse Allen
- Re: about video memory... King InuYasha
- Re: about video memory... Stephen Eilert
- Re: about video memory... Roderick Colenbrander
- RE: about video memory... Sun, Sunny