openxr: Sync with upstream 1.0.30

This commit is contained in:
Rémi Verschelde 2023-09-30 13:01:45 +02:00
parent fd33c7b32f
commit 94810115fe
No known key found for this signature in database
GPG key ID: C3336907360768E1
20 changed files with 485 additions and 123 deletions

View file

@ -71,6 +71,7 @@ if env["builtin_openxr"]:
# Build the engine using object files
khrloader_obj = []
env_thirdparty.add_source_files(khrloader_obj, thirdparty_dir + "/src/xr_generated_dispatch_table.c")
env_thirdparty.add_source_files(khrloader_obj, thirdparty_dir + "/src/xr_generated_dispatch_table_core.c")
env_thirdparty.add_source_files(khrloader_obj, thirdparty_dir + "/src/common/filesystem_utils.cpp")
env_thirdparty.add_source_files(khrloader_obj, thirdparty_dir + "/src/common/object_info.cpp")