英文:
GLContext cannot be resolved
问题
我正在使用lwjgl版本3.1.0,但GLContext似乎不存在。
import org.lwjgl.opengl.GLContext;
在这行代码中我遇到了一个错误。
有什么想法吗?
英文:
Im working with lwjgl version 3.1.0 and GLContext doesnt seem to exist.
import org.lwjgl.opengl.GLContext;
im getting an error with this line.
any ideas?
答案1
得分: 0
这个错误信息是正确的。在LWJGL 3中,org.lwjgl.opengl.GLContext
不存在。
英文:
This error message is correct. org.lwjgl.opengl.GLContext
does not exist in LWJGL 3.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论