diff options
author | David Snopek <dsnopek@gmail.com> | 2022-12-04 13:07:51 -0600 |
---|---|---|
committer | David Snopek <dsnopek@gmail.com> | 2022-12-04 13:07:51 -0600 |
commit | 61cec0b023a87c61e4aeec3b79b723fd461bc8a4 (patch) | |
tree | 0015a5a8bf1c22bb97a65c7a11d5fa6d418fa338 /doc/classes | |
parent | 7bffdca41ccedd22eac831e916a02b890e90bb28 (diff) |
Clean up DisplayServerAndroid::window_get_native_handle() with the GLES3 renderer
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/DisplayServer.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/DisplayServer.xml b/doc/classes/DisplayServer.xml index 0039301bf6..c59bfbfe4f 100644 --- a/doc/classes/DisplayServer.xml +++ b/doc/classes/DisplayServer.xml @@ -1715,6 +1715,7 @@ <constant name="DISPLAY_HANDLE" value="0" enum="HandleType"> Display handle: - Linux (X11): [code]X11::Display*[/code] for the display. + - Android: [code]EGLDisplay[/code] for the display. </constant> <constant name="WINDOW_HANDLE" value="1" enum="HandleType"> Window handle: |