Check extension string ? :-/

Hi,

Is there any proper way to find out openglExt supported using GLX?. (kind of equ to _wglGetExtensionsStringEXT )

A naive check of some functions addresses could help but maybe a better option is available… somewhere :slight_smile:

Hi Ozzy,

you have to call the glXQueryExtensionsString which returns a pointer to a string describing which GLX extensions are supported on the connection.

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.