Tucano
0.1
A library for rapid prototyping with modern OpenGL and GLSL
|
#include <tucano/gui/guishaders.hpp>
#include <tucano/utils/imageIO.hpp>
#include <tucano/texture.hpp>
Go to the source code of this file.
Classes | |
class | Tucano::GUI::Element |
Base class for all GUI elements (buttons, sliders ...) More... | |
Namespaces | |
Tucano | |
Tucano::GUI | |
Enumerations | |
enum | Tucano::GUI::ElementType : signed int { Tucano::GUI::NONE, Tucano::GUI::BUTTON, Tucano::GUI::SELECTBUTTON, Tucano::GUI::SLIDER, Tucano::GUI::LABEL, Tucano::GUI::GROUPBOX, Tucano::GUI::SELECTGROUP } |