30      GPUprogram(
char const * vertex_shader, 
char const * fragment_shader);
 
 
Simple class to load and compile some OpenGL-ES program.
 
GLuint id() const
Get the program ID so we can tell OpenGL to use this program.
 
~GPUprogram()
Destructor, deletes the program from OpenGL and frees up the ID.
 
Simple class to load and compile some OpenGL-ES shader code.
 
Main namespace for all JeVois classes and functions.