Merge pull request #111185 from WhalesState/vp-disable-xr

More XR disable for Viewport and export.
This commit is contained in:
Thaddeus Crews 2025-10-13 19:28:56 -05:00
commit d3285f5468
No known key found for this signature in database
GPG key ID: 8C6E5FEB5FC03CCC
9 changed files with 30 additions and 0 deletions

View file

@ -693,7 +693,10 @@ public:
FUNCRIDSPLIT(viewport)
#ifndef XR_DISABLED
FUNC2(viewport_set_use_xr, RID, bool)
#endif // XR_DISABLED
FUNC3(viewport_set_size, RID, int, int)
FUNC2(viewport_set_active, RID, bool)