centos man page for glutdisplayfunc

Query: glutdisplayfunc

OS: centos

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

UNTITLED
LOCAL UNTITLED
NAME
glutDisplayFunc -- Sets the Display callback for the current window.
LIBRARY
OpenGLUT - windowcallback
SYNOPSIS
#include <openglut.h> void glutDisplayFunc(void( *callback )( void ));
PARAMETERS
callback Client function for normal redisplay event.
DESCRIPTION
Sets the display callback for the current window . All windows, including subwindows, must have a display callback registered. OpenG- LUT will call the callback function whenever it thinks that the window may require updating. This callback is bound to the current window .
CAVEATS
Unlike most callbacks, it is illegal to try to disable the display callback by setting it to NULL . Multiple redisplays may be coalesced into a single event for invoking the callback only once.
SEE ALSO
glutPostRedisplay(3) glutOverlayDisplayFunc(3) Epoch
Related Man Pages
glutpostredisplay(3glut) - mojave
glutpostredisplay(3glut) - redhat
glutsetwindow(3) - centos
glutpostredisplay(3glut) - suse
glutpostredisplay(3glut) - osx
Similar Topics in the Unix Linux Community
Error: GL/glut.h: No such file or directory
How to Decode an image using openGL
Draw a 3D cylinder using openGL.
Infraction for Ravikishore: 1st Warning to Add Code Tags
how to bevel the edges of polyon