mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
OpenXR: Expose more system info from XrSystemProperties
This commit is contained in:
parent
b607110ad2
commit
d9fbb1affb
2 changed files with 4 additions and 0 deletions
|
|
@ -705,6 +705,8 @@ Dictionary OpenXRInterface::get_system_info() {
|
|||
if (openxr_api) {
|
||||
dict[SNAME("XRRuntimeName")] = openxr_api->get_runtime_name();
|
||||
dict[SNAME("XRRuntimeVersion")] = openxr_api->get_runtime_version();
|
||||
dict[SNAME("OpenXRSystemName")] = openxr_api->get_system_name();
|
||||
dict[SNAME("OpenXRVendorID")] = openxr_api->get_vendor_id();
|
||||
}
|
||||
|
||||
return dict;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue