mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Merge pull request #99407 from devloglogan/rec-resolution
Allow using custom `Rect2i` for rendering with OpenXR
This commit is contained in:
commit
3014eec40d
25 changed files with 215 additions and 19 deletions
|
@ -194,6 +194,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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue