Qt 6.11 is out! See what's new in the release
blog
Using QGLBuffer and QGLWidget::renderText problem
Game Development
1
Posts
1
Posters
1.8k
Views
1
Watching
-
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++.