Is the QtOpenGLExtensions module official?

156 Views Asked by At

I need to do something very simple - use OpenGL extensions in my Qt code. For this, I've found this link which says the best way is the QtOpenGLExtensions module. But this module doesn't exist in the documentation. Does anyone know why?

1

There are 1 best solutions below

1
Benjamin T On

It is official. It is distributed in Qt official packages on www.qt.io.

The source code can be found in Qt git repository within the qtbase module (http://code.qt.io/cgit/qt/qtbase.git/tree/src/openglextensions).

But this module is indeed not documented. My guess would be that it is because this module might have been introduced as an helper for Qt developers.

The fastest way to get a definitive answer would be to ask them on the Qt interest mailing list (http://lists.qt-project.org/mailman/listinfo/interest).