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.
我在 Mac OS 上用 Qt 编写一个小程序,这条线出现在每次执行的末尾,我无法摆脱它,即使在浏览谷歌找到解决方案之后。
QOpenGLContext::swapBuffers() called with non-exposed window, behavior is undefined
消息错误是我执行日志的行,重复了 2 或 3 次。我在关闭 QOpenGL 例程时遗漏了什么吗?
我很乐意发布几行代码,但我不知道哪些代码有用。