独立使用 Direct3D 的应用程序和 DLL

发布于 2024-10-13 05:15:41 字数 114 浏览 1 评论 0原文

如果使用 Direct3D 绘制图形的应用程序加载一个想要执行相同操作的 DLL(尽管是独立的,在不同的窗口中),那么安全吗?

另外,两个 IDirect3DDevice9 可以渲染到同一个窗口吗?

If an application which is using Direct3D to draw graphics loads a DLL that wants to do the same (although independently, in a different window), is that safe?

Also, can two IDirect3DDevice9's render to the same window?

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

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

发布评论

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

评论(1

勿忘初心 2024-10-20 05:15:41

答案是肯定的,DLL 可以独立于其加载应用程序而使用 DirectX。我仍然不知道两个应用程序是否可以绘制到同一个窗口。

The answer is yes, a DLL can use DirectX independently of it's loading application. I still don't know if two apps can draw to the same window.

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