|
-
Mar 10th, 2003, 02:51 AM
#1
Thread Starter
Fanatic Member
Faster BitBlt...
Hi, Guys!
Is there a faster way to do the same as BitBlt on hdc?
Thank you,
Arie.
-
Mar 10th, 2003, 08:43 AM
#2
Addicted Member
BitBlt is about the fastest you'll get without using a hardware accelerated API such as DirectX.
-
Mar 11th, 2003, 07:09 AM
#3
Thread Starter
Fanatic Member
OK...
Now the question is:
How can I do the same work as BitBlt, but with DirectX and faster?
Arie.
-
Mar 11th, 2003, 08:56 AM
#4
Addicted Member
Check the tutorials here - www.directx4vb.com.
-
Mar 12th, 2003, 02:52 PM
#5
Thread Starter
Fanatic Member
Which of the tutorials is similar to the BitBlt function? 
I mean, which draws on hDC and uses DCs...
Thank you,
Arie.
-
Mar 13th, 2003, 08:23 AM
#6
Addicted Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|