Lixiang
December 15th, 2003, 10:49 PM
In my application, there're many static objects to be drawn, which cost much time, and there're a few dynamic objects, which are drawn fast.
Using double buffer(SwapBuffers()), every time the dynamic objects drawn, it must draw static objects also. this will make dynamic drawing slow.
Anyway to let back buffer copy to front buffer only, not make front buffer to be back? Using copypixels I think is also slow?
Using double buffer(SwapBuffers()), every time the dynamic objects drawn, it must draw static objects also. this will make dynamic drawing slow.
Anyway to let back buffer copy to front buffer only, not make front buffer to be back? Using copypixels I think is also slow?