Mac 源引擎中的 3d 图形库
macos 源引擎中的 3d 图形库是什么?(half-life2 中 opengl 的 directx)
what is the 3d Graphics Library in source engine for macos?(directx of opengl in half-life2)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
DirectX 是 Microsoft 的专有 API,仅在 MS Windows 和 Xbox 上可用。 OpenGL 是跨平台的,几乎可以在每个平台上使用。
编辑:感谢@erjot 您的意见。
DirectX is a proprietary API by Microsoft, it is available on MS Windows and XBox only. OpenGL is crossplatform and it is available on almost every platform.
Edit: Thanks @erjot for your input.