Files
Renderive/Qt/plot/Latency_Eager_Plot_p.h
T
2026-08-02 14:20:27 +08:00

14 lines
309 B
C++

#pragma once
#include "Latency_Eager_Plot.h"
#include "Plot_p.h"
#include "Core/flow/low_latency/Low_Latency_Frame_Flow.h"
namespace renderive {
struct Latency_Eager_Plot_Private : Abs_Plot_Private {
Latency_Eager_Plot_Private();
Low_Latency_Frame_Flow* latency_flow{};
};
} // namespace renderive