diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-02-13 11:24:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-13 11:24:15 +0100 |
commit | 2f6ca917f75ca6bfbe28f4749825fdabde1d0531 (patch) | |
tree | a263613010c3e303d4ec8a3a45bd98a19f5f42c3 /doc/classes/VisualServer.xml | |
parent | f505aae1d820f0d083ca0fdaa6fa2da7a3988db1 (diff) | |
parent | 386968ea97d4ceeb004cc05a7aa740aa7abe6ca9 (diff) |
Merge pull request #36174 from akien-mga/byebye-openghell-3
Remove obsolete GLES3 backend
Diffstat (limited to 'doc/classes/VisualServer.xml')
-rw-r--r-- | doc/classes/VisualServer.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/VisualServer.xml b/doc/classes/VisualServer.xml index f6b24c2391..9de10d12a8 100644 --- a/doc/classes/VisualServer.xml +++ b/doc/classes/VisualServer.xml @@ -3706,7 +3706,7 @@ The amount of draw calls in frame. </constant> <constant name="INFO_USAGE_VIDEO_MEM_TOTAL" value="6" enum="RenderInfo"> - Unimplemented in the GLES2 and GLES3 rendering backends, always returns 0. + Unimplemented in the GLES2 rendering backend, always returns 0. </constant> <constant name="INFO_VIDEO_MEM_USED" value="7" enum="RenderInfo"> The amount of video memory used, i.e. texture and vertex memory combined. |