by Tala » Dec 18, 2004 @ 2:29am
Hi Kristof,
i am curious, when the 2700g actually writes to the color buffer. As i understand the concept of deferred rendering, it should not immidiatly start after a single call to glDrawArray().
However it apparently renders to the color buffer even if i remove glFLush() and glFinish() calls. So when is the drawing actually triggered?
Tala