mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Merge pull request #97771 from dsnopek/openxr-linux-egl
OpenXR: Add support for Wayland on Linux
This commit is contained in:
commit
07e759b74a
15 changed files with 149 additions and 9 deletions
|
@ -82,6 +82,8 @@ public:
|
|||
WINDOW_HANDLE,
|
||||
WINDOW_VIEW,
|
||||
OPENGL_CONTEXT,
|
||||
EGL_DISPLAY,
|
||||
EGL_CONFIG,
|
||||
};
|
||||
|
||||
enum Context {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue