mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 23:31:53 -05:00
Merge commit godotengine/godot@b9437c3938
This commit is contained in:
@@ -189,6 +189,14 @@ RID XRInterface::get_velocity_texture() {
|
||||
return RID();
|
||||
}
|
||||
|
||||
RID XRInterface::get_velocity_depth_texture() {
|
||||
return RID();
|
||||
}
|
||||
|
||||
Size2i XRInterface::get_velocity_target_size() {
|
||||
return Size2i();
|
||||
}
|
||||
|
||||
PackedStringArray XRInterface::get_suggested_tracker_names() const {
|
||||
PackedStringArray arr;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user