One of the most powerful and frequently used functions of DirectDraw 7 (or an earlier version) was
. Now DirectX 8 has combined the DirectDraw and Direct3D components into one, and it seems as though the 2D graphics capabilities of DirectDraw have been lost.
I have already heard of the
function, and I'm really not impressed. That function provides only the most basic abilities of the old
function. I am specifically looking for the capability to blit with scaling and color keys. Does anyone know where a function like this can be found?
OR, do you think it would be possible to use the old
interface instead of
? If so, then how would I obtain a pointer to it?
Help would be helpful. Thanks!
Code:
IDirectDrawSurface7::Blt
I have already heard of the
Code:
IDirect3DDevice8::CopyRects
Code:
Blt
OR, do you think it would be possible to use the old
Code:
IDirectDrawSurface7
Code:
IDirect3DSurface8
Help would be helpful. Thanks!