MythTV
master
|
#include "libmythui/vulkan/mythrendervulkan.h"
#include "visualisations/vulkan/mythvisualvulkan.h"
#include "visualisations/videovisualmonoscope.h"
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 > |
using VertexState = std::pair<MythBufferVulkan*, std::array<float,3> > |
Definition at line 14 of file mythvisualmonoscopevulkan.h.
using VertexStates = QVector<VertexState> |
Definition at line 15 of file mythvisualmonoscopevulkan.h.