Windows Mobile DirectDraw 支持 BltFast 吗?

发布于 2024-08-15 16:18:30 字数 71 浏览 6 评论 0原文

我可以在 WindowsMo​​bile 设备上访问 IDirectDrawSurface5 以便访问 BltFast 方法吗?

Can I get access IDirectDrawSurface5 on a WindowsMobile device so that I can access the BltFast method?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

-残月青衣踏尘吟 2024-08-22 16:18:30

Windows Mobile 5.0 中都没有 IDirectDrawSurface5 接口(及以上)参考 也没有在 Windows Mobile 6 SDK 的 ddraw.h 头文件中,也没有 BltFast 方法。所以不,你不能。您可以使用IDirectDrawSurface::Blt<不过,/code>

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.

丑丑阿 2024-08-22 16:18:30

为了在 Windows Mobile 上实现最快的 blit 和直接屏幕访问,我建议使用: PocketHal 或建立在其之上的库:Pocketfrog

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文