mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
More XR disable for Viewport and export.
This commit is contained in:
parent
d413181b8a
commit
9894256e3a
9 changed files with 30 additions and 0 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue