glutreporterrors(3) - Linux man page

Name

glutReportErrors - Reports all available OpenGL errors.

Library

OpenGLUT - opengl

Synopsis

#include <openglut.h>

void

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)

BSD Epoch BSD