PyOpenGL Windows 操作系统问题

发布于 2024-11-18 23:10:36 字数 250 浏览 5 评论 0原文

因此,我在 Mac OS 上开发了一个应用程序,现在我尝试在装有 Windows XP 的计算机上测试它。现在这在这里不起作用,第一个问题是 glGenBuffer 和 glGenBuffer 给出了 NullFunctionException。所以我尝试检查该机器上的 OpenGL 版本,但 glGetString(GL_VERSION) 返回 None 。问题是我对我正在测试的机器不太了解。如果我运行 dxdiag direct X,则仅返回 n/a 有关视频卡的所有详细信息。

So I've developed an application on Mac OS and now I'm trying to test it on a machine having windows XP. Now this doesn't work here first issue being that glGenBuffer and glGenBuffer are giving a NullFunctionException. So I tried to check the OpenGL version on that machine but glGetString(GL_VERSION) returns None. Problem is I don't know much about the machine I'm testing on. If I run a dxdiag direct X returns only n/a to all details about the video card.

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

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

发布评论

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

评论(1

孤芳又自赏 2024-11-25 23:10:36

可以使用 gpu-caps 查看详细信息,dxdiag 只能对 directx 有帮助。您可能需要更新显卡驱动程序。

You can use gpu-caps to find out details, dxdiag can only be helpful in regards to directx. You might have to update graphic card drivers.

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