Results 1 to 2 of 2

Thread: Offscreen with DelphiX

  1. #1

    Offscreen with DelphiX

    Does it help my fps with DelphiX when I draw all my things to a virtual bitmap and when done draw it to the Dxdraw surface?

    Probably about 40% I draw is drawwed on pixels allready drawwed before to on my surface.

    It used to save alot with GDI, so I wonder if it is worth recoding my rendering on Dxdraw.

    thx in advance

  2. #2

    Offscreen with DelphiX

    DelphiX has double buffering (offscreen drawing) build in if I'm correct, I'm not sure if it's turned on by default, I know you can turn it on by using:

    [pascal]DXDraw1.DoubleBuffered := True[/pascal]
    Do it by the book, but be the author!
    <br />
    <br />Visit the Lion Productions website at:
    <br />http://lionprod.f2o.org

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •