I am writing a qt code in c++, including some openQL graphics (QGLWidget).
I would like to assign a QPixmap as texture to an openGL quad. Is this possible ?
I am writing a qt code in c++, including some openQL graphics (QGLWidget).
I would like to assign a QPixmap as texture to an openGL quad. Is this possible ?
Use class QOpenGLTexture
In article youwill see short example.