Results 1 to 6 of 6

Thread: Faster BitBlt...

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Feb 2000
    Location
    Israel
    Posts
    636

    Question Faster BitBlt...

    Hi, Guys!

    Is there a faster way to do the same as BitBlt on hdc?

    Thank you,
    Arie.

  2. #2
    Addicted Member
    Join Date
    Aug 2002
    Location
    Baltimore, MD
    Posts
    230
    BitBlt is about the fastest you'll get without using a hardware accelerated API such as DirectX.

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Feb 2000
    Location
    Israel
    Posts
    636
    OK...
    Now the question is:

    How can I do the same work as BitBlt, but with DirectX and faster?

    Arie.

  4. #4
    Addicted Member
    Join Date
    Aug 2002
    Location
    Baltimore, MD
    Posts
    230
    Check the tutorials here - www.directx4vb.com.

  5. #5

    Thread Starter
    Fanatic Member
    Join Date
    Feb 2000
    Location
    Israel
    Posts
    636
    Which of the tutorials is similar to the BitBlt function?
    I mean, which draws on hDC and uses DCs...

    Thank you,
    Arie.

  6. #6
    Addicted Member
    Join Date
    Aug 2002
    Location
    Baltimore, MD
    Posts
    230
    DirectDraw doesn't use DCs, it uses surfaces. The surface object has a Blt and BltFast function.

    Start with the first tutorial here - http://216.5.163.53/DirectX4VB/TUT_DX7_DD.asp

Posting Permissions

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



Click Here to Expand Forum to Full Width