不支持OpenGL 3.2

时间:2015-02-10 14:32:22

标签: java opengl

所以,我一直在使用OpenGL 3.2进行Java游戏。但是当我尝试测试我的游戏时,我收到以下消息:

Exception in thread "main" java.lang.IllegalArgumentException: Profiles are only supported on OpenGL version 3.2 or higher.
    at org.lwjgl.opengl.ContextAttribs.withProfileCore(ContextAttribs.java:188)
    at renderEngine.DisplayManager.createDisplay(DisplayManager.java:18)
    at engineTester.MainGameLoop.main(MainGameLoop.java:12)

所以不支持OpenGL 3.2,我该怎么办?购买新的显卡或我可以下载驱动程序吗?

0 个答案:

没有答案