1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-11 13:10:58 +00:00

OpenXR: Adding support for the render model extension

This commit is contained in:
Bastiaan Olij
2024-08-12 20:25:43 +10:00
parent 46c495ca21
commit b65b367a6f
19 changed files with 1871 additions and 1 deletions

View File

@@ -435,6 +435,7 @@ public:
void parse_velocities(const XrSpaceVelocity &p_velocity, Vector3 &r_linear_velocity, Vector3 &r_angular_velocity);
bool xr_result(XrResult result, const char *format, Array args = Array()) const;
XrPath get_xr_path(const String &p_path);
String get_xr_path_name(const XrPath &p_path);
bool is_top_level_path_supported(const String &p_toplevel_path);
bool is_interaction_profile_supported(const String &p_ip_path);
bool interaction_profile_supports_io_path(const String &p_ip_path, const String &p_io_path);