Gamp v0.0.7-36-g24b1eb6
Gamp: Graphics, Audio, Multimedia and Processing
|
#include <gamp/Gamp.hpp>
#include <cstdio>
#include <cmath>
#include <gamp/render/RenderContext.hpp>
#include <gamp/wt/event/Event.hpp>
#include <memory>
#include <jau/basic_types.hpp>
#include <jau/file_util.hpp>
#include <jau/fraction_type.hpp>
#include <gamp/render/gl/GLTypes.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 122 of file RedSquare01.cpp.
int main | ( | int | argc, |
char * | argv[] ) |
Definition at line 249 of file RedSquare01.cpp.
|
static |
Definition at line 33 of file RedSquare01.cpp.
|
static |
Definition at line 34 of file RedSquare01.cpp.
|
static |
Definition at line 34 of file RedSquare01.cpp.
|
static |
Definition at line 42 of file RedSquare01.cpp.
|
static |
Definition at line 71 of file RedSquare01.cpp.
|
static |
|
static |
|
static |
Definition at line 100 of file RedSquare01.cpp.