Skip to content

Commit 865f9d6

Browse files
committed
Update comment to remove GL_ES_3_1 mention
1 parent 50ede83 commit 865f9d6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

gl/work.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,7 @@ func NewContext() (Context, Worker) {
9393
// version is determined at runtime on platforms that support EGL.
9494
var version = C.GLES_VERSION
9595

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".
96+
// Version returns a GL ES Version string such as "GL_ES_2_0" or "GL_ES_3_0".
9897
func Version() string {
9998
return version
10099
}

0 commit comments

Comments
 (0)