GLUTREPORTERRORS

Section: C Library Functions (3)
Updated: LOCAL
Page Index

BSD mandoc
 

NAME

glutReportErrors - Reports all available OpenGL errors.  

LIBRARY

OpenGLUT - opengl  

SYNOPSIS

In openglut.h Ft void Fn glutReportErrors void  

DESCRIPTION

Displays as an OpenGLUT warning every OpenGL error that OpenGL remembers giving to us and which we have not processed. Uses gluErrorString().

This is forcibly done by OpenGLUT periodically if "-gldebug" is one of the strings passed into glutInit() via rgv.

 

SEE ALSO

gluErrorString(3) glutInit(3)


 

Index

NAME
LIBRARY
SYNOPSIS
DESCRIPTION
SEE ALSO