Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找在我的 OSX 应用程序上显示我的 Mac 中的 OpenGL 版本的技巧。
我添加了 GLUT 和 GL 框架,但我没有找到任何可以检查版本的东西。
你能帮助我吗?
我还没有找到任何可以检查版本的东西。
glGetString()与GL_VERSION.
glGetString()
GL_VERSION
在调用之前确保你有一个当前的 GL 上下文。