glutReportErrors - Man Page

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)

Referenced By

glutInit(3).