proj home

Files   Classes   Functions   Hierarchy  

zprtest.cpp File Reference

#include <GL/glut.h>
#include <zpr.h>
#include <graphmisc.h>
#include <zprtest.h>
#include <iostream>
#include <algorithm>

Include dependency graph for zprtest.cpp:

Go to the source code of this file.

Functions

void glerrordisplay ()
 Write OpenGl errors to cout.


Function Documentation

void glerrordisplay (  )  [inline]

Write OpenGl errors to cout.

Definition at line 18 of file zprtest.cpp.

00019 {
00020   GLenum errval = glGetError();
00021   if (errval != GL_NO_ERROR)
00022     cout << gluErrorString( errval ) << endl;
00023 }


Generated on Fri Mar 4 00:49:49 2011 for Chelton Evans Source by  doxygen 1.5.8