We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
From http://doc.qt.io/qt-5/qglwidget.html:
This class is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
It is only need for QGLWidget::convertToGLFormat, which boils down to a vertical mirror and channel flipping from BGRA to RGBA.
QGLWidget::convertToGLFormat
BGRA
RGBA
The text was updated successfully, but these errors were encountered:
Sure, if someone likes to provide an implementation for that, so that we can remove this dependency, please go ahead :)
Sorry, something went wrong.
No branches or pull requests
From http://doc.qt.io/qt-5/qglwidget.html:
It is only need for
QGLWidget::convertToGLFormat
, which boils down to a vertical mirror and channel flipping fromBGRA
toRGBA
.The text was updated successfully, but these errors were encountered: