mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Renderer agnostic motion vector rendering/OpenXR changes
This commit is contained in:
parent
a372214a4a
commit
3deb5884d7
25 changed files with 429 additions and 12 deletions
|
|
@ -187,6 +187,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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue