We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50ede83 commit 865f9d6Copy full SHA for 865f9d6
gl/work.go
@@ -93,8 +93,7 @@ func NewContext() (Context, Worker) {
93
// version is determined at runtime on platforms that support EGL.
94
var version = C.GLES_VERSION
95
96
-// Version returns a GL ES version string, either "GL_ES_2_0" or "GL_ES_3_0".
97
-// Future versions of the gl package may return "GL_ES_3_1".
+// Version returns a GL ES Version string such as "GL_ES_2_0" or "GL_ES_3_0".
98
func Version() string {
99
return version
100
}
0 commit comments