VCV Rack API v2
Loading...
Searching...
No Matches
OpenGlWidget.hpp
Go to the documentation of this file.
1#pragma once
3
4
5namespace rack {
6namespace widget {
7
8
14 void step() override;
18 void drawFramebuffer() override;
19};
20
21
22} // namespace widget
23} // namespace rack
Root namespace for the Rack API.
Definition AudioDisplay.hpp:9
Caches its children's draw() result to a framebuffer image.
Definition FramebufferWidget.hpp:12
A FramebufferWidget that can be drawn on with OpenGL commands.
Definition OpenGlWidget.hpp:10
void drawFramebuffer() override
Draws to the framebuffer.
void step() override
Draws every frame by default Override this and call FramebufferWidget::step() to restore the default ...