Using OpenGL extensions On Windows

后端 未结 4 440
独厮守ぢ
独厮守ぢ 2020-12-13 05:51

I want to use the functions exposed under the OpenGL extensions. I\'m on Windows, how do I do this?

4条回答
  •  隐瞒了意图╮
    2020-12-13 05:59

    @Kronikarz: From the looks of it, GLEW seems to be the way of the future. NVIDIA already ships it along with its OpenGL SDK. And its latest release was in 2007 compared to GLEE which was in 2006.

    But, the usage of both libraries looks almost the same to me. (GLEW has an init() which needs to be called before anything else though.) So, you don't need to switch unless you find some extension not being supported under GLEE.

提交回复
热议问题