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

Go to the source code of this file.

Classes

struct  PushBuffer
 
class  MythVisualMonoScopeVulkan
 

Typedefs

using VertexState = std::pair< MythBufferVulkan *, std::array< float, 3 > >
 
using VertexStates = QVector< VertexState >
 

Typedef Documentation

◆ VertexState

using VertexState = std::pair<MythBufferVulkan*, std::array<float,3> >

Definition at line 14 of file mythvisualmonoscopevulkan.h.

◆ VertexStates

using VertexStates = QVector<VertexState>

Definition at line 15 of file mythvisualmonoscopevulkan.h.