when is the right time to draw

Posted by stupid_idiot on Stack Overflow See other posts from Stack Overflow or by stupid_idiot
Published on 2010-04-20T15:45:13Z Indexed on 2010/04/20 15:53 UTC
Read the original article Hit count: 121

Filed under:
|
|
|

hi

i just finished essential part of my own personal 2d engine in c++ and i'm kinda deciding how to complete the part where it is actually supposed to display everything on the screen, namely when do I call that function which does the job. I don't have much idea of how does the graphic card work, my biggest experience is calling bios graphic services to write some stuff on the screen. Could you give me a hint on this pls? Or maybe some keywords I should try to google?

© Stack Overflow or respective owner

Related posts about drawing

Related posts about displaying