|
Gamp v0.0.7-54-gccdc599
Gamp: Graphics, Audio, Multimedia and Processing
|
#include <gamp/Gamp.hpp>#include <cstdio>#include <cmath>#include <memory>#include <jau/basic_types.hpp>#include <jau/fraction_type.hpp>#include <jau/io/file_util.hpp>#include <gamp/render/gl/GLTypes.hpp>#include <gamp/render/RenderContext.hpp>#include <gamp/wt/event/Event.hpp>Go to the source code of this file.
Classes | |
| class | MyKeyListener |
| class | RedSquareES2 |
Typedefs | |
| typedef std::shared_ptr< MyKeyListener > | MyKeyListenerRef |
Functions | |
| int | main (int argc, char *argv[]) |
Variables | |
| static GLint | a_colors |
| static GLint | a_vertices |
| static bool | animating = true |
| static std::vector< Vec4f > | colors2 |
| static const GLchar * | fragmentSource |
| static GLint | u_pmv |
| static const GLchar * | vertexSource |
| static std::vector< Vec3f > | vertices2 |
| typedef std::shared_ptr<MyKeyListener> MyKeyListenerRef |
Definition at line 123 of file RedSquare01.cpp.
| int main | ( | int | argc, |
| char * | argv[] ) |
Definition at line 250 of file RedSquare01.cpp.
|
static |
Definition at line 34 of file RedSquare01.cpp.
|
static |
Definition at line 35 of file RedSquare01.cpp.
|
static |
Definition at line 35 of file RedSquare01.cpp.
|
static |
Definition at line 43 of file RedSquare01.cpp.
|
static |
Definition at line 72 of file RedSquare01.cpp.
|
static |
|
static |
|
static |
Definition at line 101 of file RedSquare01.cpp.