Loading [MathJax]/extensions/tex2jax.js
VCV Rack API v2
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
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
Base UI widget types.
Definition context.hpp:28
Root namespace for the Rack API.
Definition AudioDisplay.hpp:9
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 ...