24 #include <QOpenGLContext> 25 #include <QOpenGLFunctions_1_0> 27 #ifndef QT_OPENGL_ES_2 37 void init(QOpenGLContext* ctx)
39 glFramebufferTexture = (PFNGLFRAMEBUFFERTEXTUREPROC)ctx->getProcAddress(
"glFramebufferTexture");
41 if(!ctx->isOpenGLES())
42 initializeOpenGLFunctions();
PFNGLFRAMEBUFFERTEXTUREPROC glFramebufferTexture
Since 3.2.
Defines some OpenGL functions not resolved through StelOpenGL (which only contains base OpenGL ES2 fu...