More XR disable for Viewport and export.

This commit is contained in:
Mounir Tohami 2025-08-16 03:10:19 +03:00
parent d413181b8a
commit 9894256e3a
9 changed files with 30 additions and 0 deletions

View file

@ -216,7 +216,9 @@ public:
RID viewport_allocate();
void viewport_initialize(RID p_rid);
#ifndef XR_DISABLED
void viewport_set_use_xr(RID p_viewport, bool p_use_xr);
#endif // XR_DISABLED
void viewport_set_size(RID p_viewport, int p_width, int p_height);