GUI: new osc renderer, part 4

we have a waveform
This commit is contained in:
tildearrow 2024-02-10 14:50:23 -05:00
parent e13444230e
commit 3836756115
5 changed files with 35 additions and 22 deletions

View file

@ -1437,6 +1437,7 @@ class FurnaceGUIRender {
virtual void wipe(float alpha);
virtual void drawOsc(float* data, size_t len, ImVec2 pos0, ImVec2 pos1, ImVec4 color, ImVec2 canvasSize, float lineWidth);
virtual void present();
virtual bool supportsDrawOsc();
virtual bool getOutputSize(int& w, int& h);
virtual int getWindowFlags();
virtual void preInit();