Advertisement

Please Don't Call Me Stupid (glut)

Started by July 25, 2000 12:24 PM
0 comments, last by a2k 24 years, 2 months ago
i''m using GLUT for testing, and after i''ve gone through a huge chunk of my code, i noticed that i had put the entire game loop in my glutDisplayFunc() rendering callback function. is this bad? does this have any affect on memory/speed/etc..? a2k
------------------General Equation, this is Private Function reporting for duty, sir!a2k
well glut aint the quickest anyways (not to slow mind) but as long as youre calling that display func when the computers idle it should be ok

This topic is closed to new replies.

Advertisement