Added SNR meter

This commit is contained in:
Ryzerth
2021-04-30 04:28:08 +02:00
parent 3e79d4dfad
commit 96f83ee55c
5 changed files with 123 additions and 4 deletions

View File

@@ -0,0 +1,6 @@
#pragma once
#include <imgui/imgui.h>
namespace ImGui {
void SNRMeter(float val, const ImVec2& size_arg = ImVec2(0, 0));
}