opengl加载着色代码时,报QOpenGLFunctions created with non-current context
在QT的opengl环境,使用QOpenGLShaderProgram::addShaderFromSourceFile 加载glsl时,老是失败。
调试输出:QOpenGLFunctions created with non-current context
后来,把addShaderFromSourceFile 代码移到initializeGL里面才解决。
在QT的opengl环境,使用QOpenGLShaderProgram::addShaderFromSourceFile 加载glsl时,老是失败。
调试输出:QOpenGLFunctions created with non-current context
后来,把addShaderFromSourceFile 代码移到initializeGL里面才解决。