PDA

View Full Version : BackBuffer



poseidon
04-11-2003, 06:12 PM
How can I create and use my own backbuffer with DXDraw1.Primary. My project's based on windowed mode and DoFlip option doesn't work. When I run the project I see flickers on the screen and I've decided to use a backbuffer to avoid but I don't have any idea how? Can you give me an example of backbuffer using in the DelphiX?

Note: DelphiX's help files don't give any information about it.

cairnswm
05-11-2003, 04:45 AM
As far as I know the standard way of using DelphiX does imple,ent a back buffer.

This is the sort of question we neem Alimonster to answer :)

It is also possible to create your own surfaces and just blt the contents of the surface onto the Primary surface. Look in tutorials on creating a template for a DelphiX game by theLion - look at automatic creation of images.