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.
我正在尝试在 Windows 7 64 上链接 OpenGL 3 程序,但链接器 (gcc 4.7.0) 没有找到 glGetShaderiv 和 glDeleteShader。我必须为此链接哪个库?
Windows 不支持 1.1 版以上的任何核心 OpenGL 函数。您可以像GLEW这样的库来访问这些方法,就好像它们是核心方法一样。