GLContext无法解析。

huangapple go评论62阅读模式
英文:

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.

huangapple
  • 本文由 发表于 2020年9月20日 21:15:21
  • 转载请务必保留本文链接:https://go.coder-hub.com/63979381.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定