33 #include <QGLFunctions>
34 #include <QGLShaderProgram>
35 #include <QOpenGLFunctions>
37 namespace cavapa_gui {
66 std::vector<GLfloat> vertices;
67 std::vector<GLushort> indices;
68 std::vector<GLfloat> textureCoordinates;
74 #endif // VIDEOENGINE_H
void drawVideoGeometry(QGLShaderProgram *program)
Draws the video frame.
Definition: videoengine.cpp:97
A class for drawing the video frame with OpenGL.
Definition: videoengine.h:44
void initialize()
Definition: videoengine.cpp:53