chan_qx 2016-06-03 06:40 采纳率: 0%
浏览 4665

Qt OpenGL遇到这个情况如何解决

QOpenGLShaderProgram::addShader: Program and shader are not associated with same context.
QOpenGLShaderProgram::addShader: Program and shader are not associated with same context.
QOpenGLShaderProgram::uniformLocation( tex_y ): shader program is not linked
QOpenGLShaderProgram::uniformLocation( tex_u ): shader program is not linked
QOpenGLShaderProgram::uniformLocation( tex_v ): shader program is not linked

  • 写回答

3条回答 默认 最新

  • 关注

    GL遇到这个情况如何解决
    QOpenGLShaderProgram::addShader: Program and shader are not associated with same context.
    QOpenGLShaderProgram::addShader: Program and shader are not associated with same context.
    QOpenGLShaderProgram::uniformLocation( tex_y ): shader program is not linked
    QOpenGLShaderProgram::uniformLocation( tex_u ): shader program is not linked
    QOpenGLShaderProgram::uniformLocation( tex_v ): shader program is not linked

    评论

报告相同问题?