You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
Adding getters to RenderTarget and implementing override functionality for XR
This commit is contained in:
@@ -241,6 +241,19 @@ RID XRInterface::get_vrs_texture() {
|
||||
}
|
||||
|
||||
/** these are optional, so we want dummies **/
|
||||
|
||||
RID XRInterface::get_color_texture() {
|
||||
return RID();
|
||||
}
|
||||
|
||||
RID XRInterface::get_depth_texture() {
|
||||
return RID();
|
||||
}
|
||||
|
||||
RID XRInterface::get_velocity_texture() {
|
||||
return RID();
|
||||
}
|
||||
|
||||
PackedStringArray XRInterface::get_suggested_tracker_names() const {
|
||||
PackedStringArray arr;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user