summaryrefslogtreecommitdiffstats
path: root/modules/openxr
diff options
context:
space:
mode:
authorAlistair Leslie-Hughes <leslie_alistair@hotmail.com>2024-09-21 09:56:19 +1000
committerAlistair Leslie-Hughes <leslie_alistair@hotmail.com>2024-09-21 10:00:08 +1000
commitdaa4704c44e40fa942b32f32e3f664e98857acc1 (patch)
treeac54d9c19b54114449a248b91876c7934b055bc5 /modules/openxr
parent621cadcf651b93757d5dbf8969023ae62a16f1a4 (diff)
downloadredot-engine-daa4704c44e40fa942b32f32e3f664e98857acc1.tar.gz
openxr: Correct set the Depth swapchain name
Introduced in 08ffa5d89e4bbd427eb3d5ce0c0de1382d21f18a.
Diffstat (limited to 'modules/openxr')
-rw-r--r--modules/openxr/openxr_api.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/openxr/openxr_api.cpp b/modules/openxr/openxr_api.cpp
index 73b6f6c1c9..c67be5a2b3 100644
--- a/modules/openxr/openxr_api.cpp
+++ b/modules/openxr/openxr_api.cpp
@@ -1247,7 +1247,7 @@ bool OpenXRAPI::create_main_swapchains(Size2i p_size) {
return false;
}
- set_object_name(XR_OBJECT_TYPE_SWAPCHAIN, uint64_t(render_state.main_swapchains[OPENXR_SWAPCHAIN_COLOR].get_swapchain()), "Main depth swapchain");
+ set_object_name(XR_OBJECT_TYPE_SWAPCHAIN, uint64_t(render_state.main_swapchains[OPENXR_SWAPCHAIN_DEPTH].get_swapchain()), "Main depth swapchain");
}
// We create our velocity swapchain if: