|
Gamp v0.0.8
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/GLCapabilities.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 124 of file RedSquare01.cpp.
| int main | ( | int | argc, |
| char * | argv[] ) |
Definition at line 251 of file RedSquare01.cpp.
|
static |
Definition at line 35 of file RedSquare01.cpp.
|
static |
Definition at line 36 of file RedSquare01.cpp.
|
static |
Definition at line 36 of file RedSquare01.cpp.
|
static |
Definition at line 44 of file RedSquare01.cpp.
|
static |
Definition at line 73 of file RedSquare01.cpp.
|
static |
|
static |
|
static |
Definition at line 102 of file RedSquare01.cpp.