Unable to create 4.3 OpenGL context

耗尽温柔 提交于 2020-01-15 04:10:31

问题


When I try to run my program, it shows up the message "Unable to create 4.3 OpenGL context." According to the link, the information implies that it is the hardware problem.

However, my GPU is HD7670M and I check it from wiki, it supports OpenGL 4.3.

So I want to ask do you know what is coming on? Or can I change the OpenGL version through "glutInitContextVersion" function? I would greatly appreciate for any help you can offer.


回答1:


AMD only has beta support for OpenGL 4.3 at present. So unless you're using beta drivers on that hardware, you can't create a 4.3 context.




回答2:


I think you read that Wiki wrong. The 7670 supports 4.3, but the 7670M only supports 4.2.



来源:https://stackoverflow.com/questions/18140138/unable-to-create-4-3-opengl-context

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!