centos man page for glutpostredisplay

Query: glutpostredisplay

OS: centos

Section: 3

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

UNTITLED
LOCAL UNTITLED
NAME
glutPostRedisplay -- Mark the current window as needing a redisplay.
LIBRARY
OpenGLUT - window
SYNOPSIS
#include <openglut.h> void glutPostRedisplay(void);
DESCRIPTION
Whenever circumstances indicate that your window is in need of being redisplayed, you may call glutPostRedisplay() to tell OpenGLUT that you want to redraw your graphics. Multiple calls to this function may be coalesced by OpenGLUT to avoid excessive invocation of your drawing support. The ultimate effect of this function is to call your Display callback for the current window .
SEE ALSO
glutPostWindowRedisplay(3) glutPostOverlayRedisplay(3) glutPostWindowOverlayRedisplay(3) glutSwapBuffers(3) glutDisplayFunc(3) Epoch
Related Man Pages
glutmousefunc(3) - centos
glutsetcursor(3) - centos
glutdisplayfunc(3glut) - suse
glutpostredisplay(3glut) - suse
glutdisplayfunc(3glut) - osx
Similar Topics in the Unix Linux Community
Error: GL/glut.h: No such file or directory
How to insert JPEG on each side of the cube using openGL in C
How to Decode an image using openGL
Draw a 3D cylinder using openGL.
Infraction for Ravikishore: 1st Warning to Add Code Tags