marks the current or specified window as needing to be redisplayed.
Signature
glutPostRedisplay(
)-> void
glutPostRedisplay(
)
glutPostRedisplay( ) -> None
glutPostWindowRedisplay(
int(
win
)
)-> void
glutPostWindowRedisplay(
window
)
glutPostWindowRedisplay( c_int(window) ) -> None
Sample Code References
The following code samples have been found which appear to reference the
functions described here. Take care that the code may be old, broken or not
even use PyOpenGL.
glutPostRedisplay
{GPL3} OpenGL-Programmable
09-gles2.py
Lines:
180, 330, 361
{GPL3} OpenGL-Programmable
03-array.py
Lines:
66, 188, 219
{GPL3} OpenGL-Programmable
08-pbo.py
Lines:
161, 309, 340
{GPL3} OpenGL-Programmable
05-shader.py
Lines:
133, 268, 299
{GPL3} OpenGL-Programmable
07-attrib.py
Lines:
150, 287, 318
{GPL3} OpenGL-Programmable
04-vbo.py
Lines:
67, 207, 238