Why Could glGetString(GL_VERSION) Be Causing a Seg Fault?

前端 未结 1 1965
迷失自我
迷失自我 2020-12-19 02:10

I\'m learning OpenGL on Fedora 13 and noticed that a call to glGetString is causing a seg fault. I\'ve scraped Google, but come up with no solutions.

The code is si

相关标签:
1条回答
  • 2020-12-19 02:32

    I doubt you can call even something as simple as glGetString without an OpenGL context.

    0 讨论(0)
提交回复
热议问题