Hi, Guys!
Is there a faster way to do the same as BitBlt on hdc?
Thank you,
Arie.
Printable View
Hi, Guys!
Is there a faster way to do the same as BitBlt on hdc?
Thank you,
Arie.
BitBlt is about the fastest you'll get without using a hardware accelerated API such as DirectX.
OK...
Now the question is:
How can I do the same work as BitBlt, but with DirectX and faster?
Arie.
Check the tutorials here - www.directx4vb.com.
Which of the tutorials is similar to the BitBlt function? :)
I mean, which draws on hDC and uses DCs...
Thank you,
Arie.
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