DirectX 托管还是非托管?
我需要有关 DirectX 的基本信息。它是托管 API 还是非托管 API?有人可以给我提供一些链接等来解释这一点吗?
I need basic information about DirectX. Is it a managed API or Unmanaged? Can someone provide me some link etc. explaining this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
DirectX 是非托管的,但有托管包装器/绑定出色地。
DirectX is unmanaged, but there are managed wrappers/bindings for it as well.
本文介绍了如何在托管(和它看起来也不受管理!)方式。
善良,
丹
The article here describes how DirectX can be used in a managed (and it looks like unmanaged too!) way.
Kindness,
Dan