From 12f8a9e4c0aa6d6712aa580ed2851f656b81fb62 Mon Sep 17 00:00:00 2001 From: dennyronngren Date: Sun, 19 Jul 2026 13:47:59 -0700 Subject: [PATCH 1/2] Added spatial entities support --- runtimes/varjo.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/runtimes/varjo.json b/runtimes/varjo.json index 07492ac..c4757c1 100644 --- a/runtimes/varjo.json +++ b/runtimes/varjo.json @@ -23,6 +23,10 @@ "XR_EXT_hp_mixed_reality_controller", "XR_EXT_samsung_odyssey_controller", "XR_EXT_palm_pose", + "XR_EXT_spatial_anchor", + "XR_EXT_spatial_entity", + "XR_EXT_spatial_persistence", + "XR_EXT_spatial_persistence_operations", "XR_EXT_user_presence", "XR_EXT_win32_appcontainer_compatible", "XR_VARJO_composition_layer_depth_test", From 9d41f185ee7311c9b12a2d935b6ccf5c6a48cf1c Mon Sep 17 00:00:00 2001 From: dennyronngren Date: Sun, 19 Jul 2026 13:51:48 -0700 Subject: [PATCH 2/2] Added XR_EXT_view_configuration_views_change also --- runtimes/varjo.json | 1 + 1 file changed, 1 insertion(+) diff --git a/runtimes/varjo.json b/runtimes/varjo.json index c4757c1..11a3e07 100644 --- a/runtimes/varjo.json +++ b/runtimes/varjo.json @@ -28,6 +28,7 @@ "XR_EXT_spatial_persistence", "XR_EXT_spatial_persistence_operations", "XR_EXT_user_presence", + "XR_EXT_view_configuration_views_change", "XR_EXT_win32_appcontainer_compatible", "XR_VARJO_composition_layer_depth_test", "XR_VARJO_environment_depth_estimation",