Ginga  0.13.6.1771-df200
The iTV middleware.
aux-gl.h File Reference
#include "ginga.h"
Include dependency graph for aux-gl.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  GL
 

Macros

#define CHECK_GL_ERROR()
 

Typedefs

typedef unsigned int GLuint
 
typedef float GLfloat
 

Macro Definition Documentation

#define CHECK_GL_ERROR ( )
Value:
G_STMT_START \
{ \
GLenum glerror; \
if ((glerror = glGetError ()) != GL_NO_ERROR) \
{ \
ERROR ("OpenGL error (%d) in %s:%d.", (int) glerror, \
__FILE__, __LINE__); \
} \
} \
G_STMT_END
#define ERROR(fmt,...)
Definition: aux-ginga.h:106

Referenced by GL::clear_scene(), GL::create_texture(), GL::delete_texture(), GL::draw_quad(), GL::init(), GL::update_subtexture(), and GL::update_texture().

Typedef Documentation

typedef float GLfloat
typedef unsigned int GLuint