35#ifndef UndershootMeasurement_h
36#define UndershootMeasurement_h
43 virtual void Refresh(vk::raii::CommandBuffer& cmdBuf, std::shared_ptr<QueueHandle> queue)
override;
45 static std::string GetProtocolName();
57 std::shared_ptr<ComputePipeline> m_histogramPipeline;
Definition AcceleratorBuffer.h:204
Encapsulates a Vulkan compute pipeline and all necessary resources to use it.
Definition ComputePipeline.h:55
Abstract base class for all filter graph blocks which are not physical instrument channels.
Definition Filter.h:105
Definition UndershootMeasurement.h:39