mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 15:21:56 -05:00
Allow using custom Rect2i for rendering with OpenXR
This commit is contained in:
@@ -195,6 +195,10 @@ Size2i XRInterface::get_velocity_target_size() {
|
||||
return Size2i();
|
||||
}
|
||||
|
||||
Rect2i XRInterface::get_render_region() {
|
||||
return Rect2i();
|
||||
}
|
||||
|
||||
PackedStringArray XRInterface::get_suggested_tracker_names() const {
|
||||
PackedStringArray arr;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user