Clean up DisplayServerAndroid::window_get_native_handle() with the GLES3 renderer
This commit is contained in:
parent
7bffdca41c
commit
61cec0b023
3 changed files with 12 additions and 5 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue