by admin on Thu Feb 04, 2010 10:51 am
When you ask, like "Flush" do you mean you want to wait for all current GPU commands to be flushed? Flush for sprites just draws the sprites that have been added to an internal buffer for drawing--basically, you keep a dynamic VB/IB and add to it, and then Flush would draw the contents you added to it.