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.
我一直在传递函数“gladLoadGLLoader”时遇到问题(GLADloadproc)wglGetProcAddress。我了解到这是因为 wglGetProcAddress 仅执行来自 OpenGL 1.1+ 的功能,而 GetProcAddress 执行来自 OpenGL 1.0 和 1.1 的功能。一个人将如何使用 Glad 加载所有内容。而且,请不要建议像 glfw 这样的东西,因为我喜欢自己管理窗口和输入。从创建上下文到加载 Glad,一切都有效。而且,是的,我已经绑定了上下文。