This topic has been archived. It cannot be replied.
-
工作学习 / IT技术讨论 / What are the differences between the following functions?a.
void RenderWorld()
{
RenderAllObjects();
}
b.
void RenderWorld()
{
RenderAllObjects();
WaitForVSync();
}
c.
void RenderWorld()
{
RenderAllObjects(BACK_BUFFER);
WaitForVSync();
SwapBuffers();
}
-jami(jami);
2004-9-15
{245}
(#1888162@0)
-
太高深了。到newsgroup alt.games.programming里去问吧。 nntp://news1.on.sympatico.ca for sympatico user.
-647i(盲人协会);
2004-9-15
(#1888176@0)