开发者

Is BltFast supported in Windows Mobile DirectDraw?

开发者 https://www.devze.com 2022-12-14 23:02 出处:网络
Can I get access IDirectDrawSurface5 on a WindowsMobile device so that I can access th开发者_如何学Ce BltFast method?there is no IDirectDrawSurface5 interface in neither the Windows Mobile 5.0 (and ab

Can I get access IDirectDrawSurface5 on a WindowsMobile device so that I can access th开发者_如何学Ce BltFast method?


there is no IDirectDrawSurface5 interface in neither the Windows Mobile 5.0 (and above) reference nor in the ddraw.h header file of the Windows Mobile 6 SDK, nor is there a BltFast method. so no, you can not. you can use IDirectDrawSurface::Blt, though.


For the fastest blits and direct screen access on Windows Mobile, I would recommend using: PocketHal or the library which is built on top of that: Pocketfrog

0

精彩评论

暂无评论...
验证码 换一张
取 消