[HOpenGL] HOpenGL1.2 configure on cygwin & a GLUT scheduling question

Sven Panne Sven_Panne@BetaResearch.de
Mon, 01 Jul 2002 18:00:36 +0200


C. Reinke wrote:
> [...] 2. What, if anything, do we know about the scheduling
> of the GLUT callbacks?

GLUT is single-threaded with no preemption at all, i.e. all
callbacks run to completion sequentially.

Cheers,
   S.