Skip to content

Commit

Permalink
openxr: Correct set the Depth swapchain name
Browse files Browse the repository at this point in the history
Introduced in 08ffa5d.
  • Loading branch information
alesliehughes committed Sep 21, 2024
1 parent 621cadc commit daa4704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/openxr/openxr_api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit daa4704

Please sign in to comment.