我想在我的Macbook Pro上用C语言编写OpenGL 3.
我的显卡是NVIDIA GeForce 320M 256 MB,但我有OpenGL 2.1根据维基百科,我应该可以使用OpenGL 3.3:
NVIDIA GeForce 320M 256 MB
但是,当我跑步时glxinfo | grep -i opengl,我明白了OpenGL version string: 2.1 NVIDIA-8.24.16 310.90.9.05f01. 我该如何升级呢?我正在经营小牛队.
glxinfo | grep -i opengl
OpenGL version string: 2.1 NVIDIA-8.24.16 310.90.9.05f01
opengl macos
macos ×1
opengl ×1