PDA

View Full Version : Using QGLBuffer and QGLWidget::renderText problem.



oleg_stepanenko@bk.ru
9th March 2012, 10:59
Hello!
I have a problem with using QGLBuffer and QGLWidget::renderText function. I read that renderText messes with buffer objects and that they should be unbinded before rendering text. So I call QGLBuffer::release for all buffers I use. Nevertheless renderText crashes the application. Did anybody faced with such a problem? Thanks in advance.

I'm using Qt 4.7.4 for Windows with C++.