Using OpenGL extensions On Windows

后端 未结 4 447
独厮守ぢ
独厮守ぢ 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 06:24

    A 'Very strong reason' not to use GLEW might be that the library is not supported by your compiler/IDE. E.g: Borland C++ Builder.

    In that case, you might want to rebuild the library from source. If it works, great, otherwise manual extension loading isnt as bad as it is made to sound.

提交回复
热议问题