MythTV  master
Classes | Typedefs
mythvisualmonoscopeopengl.h File Reference
#include "libmythui/opengl/mythrenderopengl.h"
#include "visualisations/videovisualmonoscope.h"
Include dependency graph for mythvisualmonoscopeopengl.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MythVisualMonoScopeOpenGL
 

Typedefs

using VertexStateGL = std::pair< QOpenGLBuffer *, std::array< float, 3 > >
 
using VertexStatesGL = QVector< VertexStateGL >
 
using Vertices = std::vector< float >
 

Typedef Documentation

◆ VertexStateGL

using VertexStateGL = std::pair<QOpenGLBuffer*, std::array<float,3> >

Definition at line 9 of file mythvisualmonoscopeopengl.h.

◆ VertexStatesGL

using VertexStatesGL = QVector<VertexStateGL>

Definition at line 10 of file mythvisualmonoscopeopengl.h.

◆ Vertices

using Vertices = std::vector<float>

Definition at line 11 of file mythvisualmonoscopeopengl.h.